Re: [ANNOUNCEMENT] Python 3.11 support merged for Apache Airflow

2023-05-23 Thread Pierre Jeambrun
Well done, this is great! I looked around on other projects for similar compatibility patches (numpy, mypy, auto-sklearn etc...) and it seems there is no consensus on the question. (feature, enhancement, misc etc.) Excluding breeze image diff, the changeset is relatively small, I see no harm in

Re: [ANNOUNCEMENT] Python 3.11 support merged for Apache Airflow

2023-05-23 Thread Jarek Potiuk
We do not have it described, but ... Should we cherry-pick it for 2.6.2 ? Technically there is no problem doing it, the changes for 3.11 were minimal, once dependencies have been updated, and it opens up 3.11 for earlier spin for people who would want to use some of its new features. I'd be for

Re: [ANNOUNCEMENT] Python 3.11 support merged for Apache Airflow

2023-05-22 Thread Daniel Standish
Congrats  On Mon, May 22, 2023, 3:54 PM Jarek Potiuk wrote: > Hello everyone, > > I am glad to announce that I just merged > https://github.com/apache/airflow/pull/27264 that implements Python 3.11 > support for Airflow. > > Python 3.11 brings a number of speed improvements for single-threaded

[ANNOUNCEMENT] Python 3.11 support merged for Apache Airflow

2023-05-22 Thread Jarek Potiuk
Hello everyone, I am glad to announce that I just merged https://github.com/apache/airflow/pull/27264 that implements Python 3.11 support for Airflow. Python 3.11 brings a number of speed improvements for single-threaded Python use-case. It took a long time (Python 3.11 had been released in