Re: Time to drop plpython2?
Peter Eisentraut <peter.eisentraut@enterprisedb.com>
From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Andres Freund <andres@anarazel.de>, pgsql-hackers@postgresql.org
Date: 2022-01-12T07:39:03Z
Lists: pgsql-hackers
On 11.01.22 17:06, Tom Lane wrote: > Nonetheless, we need to make a recommendation to the > buildfarm owners about what's the minimum python3 version we intend > to support going forward. Do we want to just set it at 3.6, with > the expectation that the meson move will happen before too long? Well, the minimum supported version has always been the oldest version that actually works. I don't think we ever said, we support >= X, even though < X still actually works, about any dependency. I don't care much to tie this to Meson right now. Meson might well move to 3.8 next week and ruin this whole scheme. I'm okay with issuing some sort of recommendation for what is reasonable to test, and 3.5 or 3.6 seems like a good cutoff, considering what LTS OS currently ship. But I'm not sure if that is the same as "support".
Commits
-
plpython: add missing plpython.h include to plpy_plpymodule.h
- 54c72eb5e5e6 15.0 landed
-
plpython: Adjust docs after removal of Python 2 support.
- 4228cabb72bb 15.0 landed
-
plpython: Code cleanup related to removal of Python 2 support.
- 9b7e24a2cb37 15.0 landed
-
plpython: Remove regression test infrastructure for Python 2.
- db23464715f4 15.0 landed
-
plpython: Remove plpythonu, plpython2u and associated transform extensions.
- 76a29adee749 15.0 landed
-
plpython: Reject Python 2 during build configuration.
- 19252e8ec938 15.0 landed
-
Add traceback information to PL/Python errors
- 2bd78eb8d51c 9.1.0 cited