Re: [DISCUSS] Dropping Python 3.9 support

2025-06-23 Thread Avi
+1, with this it will make it easier to adopt sqlalchemy 2.x On Mon, Jun 23, 2025 at 1:03 PM Wei Lee wrote: > +1, I even thought we had already done it 🤔 > > Best, > Wei > > > On Jun 23, 2025, at 1:50 PM, Amogh Desai > wrote: > > > > +1 to this. > > > > Since the tentative date for PY 3.9 depre

Re: [DISCUSS] Dropping Python 3.9 support

2025-06-23 Thread Jarek Potiuk
Cool :) On Mon, Jun 23, 2025 at 10:33 AM Elad Kalif wrote: > I started a lazy consensus > https://lists.apache.org/thread/5b3w2ofb2hjqcszkd21sg815rc0yxovt > > On Mon, Jun 23, 2025 at 10:36 AM Avi wrote: > > > +1, with this it will make it easier to adopt sqlalchemy 2.x > > > > On Mon, Jun 23, 2

Re: [DISCUSS] Dropping Python 3.9 support

2025-06-23 Thread Elad Kalif
I started a lazy consensus https://lists.apache.org/thread/5b3w2ofb2hjqcszkd21sg815rc0yxovt On Mon, Jun 23, 2025 at 10:36 AM Avi wrote: > +1, with this it will make it easier to adopt sqlalchemy 2.x > > On Mon, Jun 23, 2025 at 1:03 PM Wei Lee wrote: > > > +1, I even thought we had already done

Re: [DISCUSS] Dropping Python 3.9 support

2025-06-23 Thread Wei Lee
+1, I even thought we had already done it 🤔 Best, Wei > On Jun 23, 2025, at 1:50 PM, Amogh Desai wrote: > > +1 to this. > > Since the tentative date for PY 3.9 deprecation is nearing (Oct 2025), > since we support > 3.10 (relatively easier migration), I do not see why we should delay the > sup

Re: [DISCUSS] Dropping Python 3.9 support

2025-06-23 Thread Amogh Desai
+1 to this. Since the tentative date for PY 3.9 deprecation is nearing (Oct 2025), since we support 3.10 (relatively easier migration), I do not see why we should delay the support here. Maintaining older versions is a nightmare in itself and becomes even more so with the combinations we have in

Re: [DISCUSS] Dropping Python 3.9 support

2025-06-22 Thread Pavankumar Gopidesu
Thanks elad, yes agree on this to start working on to drop as only few months left to Python 3.9 EOL. +1 Regards, Pavan On Sun, Jun 22, 2025 at 10:03 AM Elad Kalif wrote: > Hi everyone, > > I'd like to propose starting dropping support for Python 3.9. Our policy ( > > https://github.com/apache

Re: [DISCUSS] Dropping Python 3.9 support

2025-06-22 Thread Jarek Potiuk
+1. We have more and more problems because some of our dependencies are already dropping support for 3.9 and that complicates dependency management. Also, there a few language features added in 3.10 that could make our code better: * https://peps.python.org/pep-0636/ -> structural pattern matching

[DISCUSS] Dropping Python 3.9 support

2025-06-22 Thread Elad Kalif
Hi everyone, I'd like to propose starting dropping support for Python 3.9. Our policy ( https://github.com/apache/airflow?tab=readme-ov-file#support-for-python-and-kubernetes-versions) allows this (best effort item). At least for providers, it becomes time consuming to find workarounds and fixes s