potiuk commented on code in PR #61921: URL: https://github.com/apache/airflow/pull/61921#discussion_r2809007217
########## RELEASE_NOTES.rst: ########## @@ -21,6 +21,90 @@ .. towncrier release notes start +Airflow 2.11.1 (2026-02-14) +--------------------------- + +Significant Changes +^^^^^^^^^^^^^^^^^^^ + +Python 3.8 support removed +"""""""""""""""""""""""""" + +Support for Python 3.8 has been removed, as it has reached end-of-life. +Airflow 2.11 requires Python 3.10, 3.11, or 3.12. Review Comment: Yeah. Copy&paste victim. We actually remove 3.9 in this release (which is unusual - but necessary due to 3.9 reaching EOL and new versions of libraries). I updated the descriptiona and added a bit more reassuring comments explaining why we are doing it and instructing the users to first upgrade Python and then upgrade to 2.11.1. -- 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]
