-
Notifications
You must be signed in to change notification settings - Fork 14.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warn about unsupported Python 3.10 #19060
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not entirely sure if it's best to reference a GitHub issue. We should probably create a documentation page explaining the Python version support policy, and change the message to a more generic Python {version} is not officially supported on this version of Airflow
.
@uranusjr We can describe the assumptions in general, but that won't give a full description of whether Airflow supports Python 3.10 or not, as Python 3.10 may not be supported by dependency issues that can be fixed after a new version is released. I will also add information to the documentation about the issue. CDAP also informs users of known issues with a link to the ticket. https://cdap.atlassian.net/wiki/spaces/DOCS/pages/1162707265/CDAP+Release+6.4.0#Known-Issues |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One nitpick, otherwise lgtm.
The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and take the risk. If they don't merge it quickly - please rebase it to the latest main at your convenience, or amend the last commit of the PR, and push it with --force-with-lease. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just 1 trivial nit.
Co-authored-by: Jed Cunningham <[email protected]>
Co-authored-by: Jed Cunningham <[email protected]> (cherry picked from commit c14aed3)
Co-authored-by: Jed Cunningham <[email protected]> (cherry picked from commit c14aed3)
Co-authored-by: Jed Cunningham <[email protected]>
Related: #19059
Some users are unaware of the supported Python versions and then have trouble using Airflow. It's best to alert them to be aware of potential compatibility issues. For example, see:
https://stackoverflow.com/questions/69615585/unable-to-start-airflow-webserver-with-python-3-10
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in UPDATING.md.