-
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
Remove Python 3.12 exclusion for Apache Beam #41990
base: main
Are you sure you want to change the base?
Conversation
This one waits for Apache Beaam 2.59.0 release. This will likely happen next week (this weeak Beam Summit makes it difficult to complete all the tests - see apache/beam#32284 |
066ebe7
to
7629025
Compare
7629025
to
dfbc2a1
Compare
f56235f
to
d700a82
Compare
Unfortunately latest Apache Beam has too strict |
d700a82
to
9076155
Compare
After apache/beam#29149 has been fixed and Apache Beam 2.59.0 released we can finally unblock Apache Beam provider for Python 3.12 - mainly because requests is no longer limited so that Apache Beam does not conflict with few other dependencies.
9076155
to
bcfeb84
Compare
After apache/beam#29149 has been fixed and Apache Beam 2.59.0 released we can finally unblock Apache Beam provider for Python 3.12 - mainly because requests is no longer limited so that Apache Beam does not conflict with few other dependencies.
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an 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 a newsfragment file, named
{pr_number}.significant.rst
or{issue_number}.significant.rst
, in newsfragments.