Re: What's our minimum supported Python version?
Jelte Fennema <postgres@jeltef.nl>
From: Jelte Fennema-Nio <postgres@jeltef.nl>
To: Jacob Champion <jacob.champion@enterprisedb.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Renan Alves Fonseca <renanfonseca@gmail.com>, Florents Tselai <florents.tselai@gmail.com>, pgsql-hackers <pgsql-hackers@lists.postgresql.org>, Devrim Gündüz <devrim@gunduz.org>, Christoph Berg <myon@debian.org>
Date: 2025-04-23T09:11:32Z
Lists: pgsql-hackers
On Wed, 23 Apr 2025 at 00:33, Jacob Champion <jacob.champion@enterprisedb.com> wrote: > As long as the need to backport to PG18 doesn't freeze that > conversation in place, I suppose. I'm confused. Are you intending to backport new test infra to PG18? Looking at the amount of python code that we currently have, I agree with Tom: Making the few scripts that we have compatible with Python3.6 seems the best solution for PG18. (especially since you already have a patch that fixes the known issues). Given the purpose and pretty small size of the scripts, I expect that it'd be extremely rare for us to backport changes to them. e.g. I doubt your oauth server would need many changes to keep working correctly for the lifetime of PG18. Maybe it gets some minor fixes in 18.1 and/or 18.2 but other than that it seems really unlikely.
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