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>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, 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-06T05:03:07Z
Lists: pgsql-hackers

Attachments

On 29.04.25 22:27, Jacob Champion wrote:
> On Tue, Apr 29, 2025 at 8:57 AM Jacob Champion
> <jacob.champion@enterprisedb.com> wrote:
>> Cool, I will plan to push this Sometime Soon, then.
> 
> This is now committed. Thanks everybody!

Since we now require Python 3.6, we can also remove PL/Python test 
alternative expected files for earlier Python versions.  See attached patch.

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. plpython: Remove obsolete test expected file

  2. Bump the minimum supported Python version to 3.6.8

  3. oauth: Support Python 3.6 in tests