+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
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
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
+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
+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
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
+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
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