Re: Drop support for Python 3.7? - Mailing list pgadmin-hackers

From Dave Page
Subject Re: Drop support for Python 3.7?
Date
Msg-id CA+OCxoyR4BYfn3G0NumhAKmtxfAHe5mOTowvQ7i3+tLGtXwarA@mail.gmail.com
Whole thread Raw
In response to Re: Drop support for Python 3.7?  (Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>)
List pgadmin-hackers


On Mon, 12 Jun 2023 at 07:55, Aditya Toshniwal <aditya.toshniwal@enterprisedb.com> wrote:
Hi Dave,

On Fri, Jun 9, 2023 at 7:04 PM Dave Page <dpage@pgadmin.org> wrote:


On Fri, 9 Jun 2023 at 14:23, Aditya Toshniwal <aditya.toshniwal@enterprisedb.com> wrote:
Hi Hackers,

Beginning Flask v2.3.0, the support for Python 3.7 is dropped. So we have pinned to the last version of 2.2.*.
We cannot stay there, and we'll need to update this. Most of the python packages are dropping support for python 3.7.
So should we move ahead or stay put? I can see most OS's have at least python 3.8 packages.

Most? What platforms do we support that don't have 3.8+? 
From what we support, only Debian 10(Buster) do not have a 3.8+ python release.

Hmm, well Buster has just moved into LTS, where it'll be for about another year. I'm on the fence about whether we should de-support it now; it's still in common use AFAIA - in fact postgresql.org still has a handful of installations that have yet to be moved to Bullseye.

--

pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: Drop support for Python 3.7?
Next
From: Pravesh Sharma
Date:
Subject: [pgadmin-org/pgadmin4] 3e713c: Fixed an issue where preview images for themes wer...