Re: What's our minimum supported Python version?
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: Jacob Champion <jacob.champion@enterprisedb.com>,
Tom Lane <tgl@sss.pgh.pa.us>
Cc: Jelte Fennema-Nio <postgres@jeltef.nl>, Daniel Gustafsson <daniel@yesql.se>, pgsql-hackers@lists.postgresql.org, Devrim Gündüz <devrim@gunduz.org>
Date: 2025-06-07T07:09:26Z
Lists: pgsql-hackers
On 06.06.25 17:46, Jacob Champion wrote: > On Fri, Jun 6, 2025 at 7:17 AM Tom Lane <tgl@sss.pgh.pa.us> wrote: >> Peter Eisentraut <peter@eisentraut.org> writes: >>> Since we now require Python 3.6, we can also remove PL/Python test >>> alternative expected files for earlier Python versions. See attached patch. >> >> +1. So nice to get rid of src/pl/plpython/expected/README. > > Awesome! LGTM. done
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