potiuk commented on PR #63520: URL: https://github.com/apache/airflow/pull/63520#issuecomment-4090760986
Fantastic job @Dev-iL -> one more rebase and I think we should be ready to roll (feel free to make announcement on devlist and `#contributors` when we merge it - and make sure to state limitiations (i.e. mostly I think which providers are excluded). Also since we have now all providers supporting 3.13, we should be able to make default PROD image = 3.13 - currently we have policy that "apache/airflow" image has not the lowest (we used to have it) but "highest complete" version of Python supported - if we miss some of the pre-installed production providers in release image, we do not make that Python version the default one - both google and amazon are available in reference image so we should have 3.13 as default not 3.14. Actually I noticed that it was changed here https://github.com/apache/airflow/pull/62924 DEFAULT_PYTHON_VERSION_FOR_IMAGES We deliberately had `3.12` there - and it should now be `3.13` not `ALLOWED_PYTHON_VERSIONS[0]` - so that should be fixed too. It looks like #62924 was not cherry-piucked / released ? -- 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]
