Re: What's our minimum supported Python version?
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Florents Tselai <florents.tselai@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-04-19T17:38:31Z
Lists: pgsql-hackers
Florents Tselai <florents.tselai@gmail.com> writes: > On 19 Apr 2025, at 7:17 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote: >> I think we need to do some combination of moving our >> minimum-supported-version goalposts forward, making sure that >> whatever we claim is the minimum Python version is actually >> being tested in the buildfarm, and fixing oauth_server.py >> so that it works on that version. > From an Python ecosystem perspective, > 3.9 is the usual minimum that people use in CI matrices nowdays. > So if it was up to me, that’s what I’d choose. Per these numbers, that would be cutting off 31% of the buildfarm, including a lot of still-in-support distros such as RHEL8. So I would say that's not likely to be our choice. regards, tom lane
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
plpython: Remove obsolete test expected file
- 1a857348e47d 18.0 landed
-
Bump the minimum supported Python version to 3.6.8
- 45363fca6372 18.0 landed
-
oauth: Support Python 3.6 in tests
- 005ccae0f2d6 18.0 landed