potiuk commented on PR #27264: URL: https://github.com/apache/airflow/pull/27264#issuecomment-1556211802
All is ready. All tests are passing, everything looks good. Now, the only thing we need is, we need to wait for the #31322 to be released. Currently it is impossible to find the right "provider" packages to install by airflow and generate constraints for "pypi" installation - that's why I had to cancel the constraint generation that run for ~ 1hr - because some of our providers (transitively) are not compatible with Python 3.11. Once the providers get released, they will not yet have the `Python 3.11 supported' trove classifier set - but they will be regardless discovered as compatible and used by `pip` to generate the constraints. So Python 3.11 support is now in the hands of those who test and vote on providers (cc: @eladkal) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
