From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
---|---|
To: | Jelte Fennema-Nio <postgres(at)jeltef(dot)nl> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>, Daniel Gustafsson <daniel(at)yesql(dot)se>, pgsql-hackers(at)lists(dot)postgresql(dot)org, Devrim Gündüz <devrim(at)gunduz(dot)org> |
Subject: | Re: What's our minimum supported Python version? |
Date: | 2025-04-24 11:43:57 |
Message-ID: | 10de7f27-a8f3-4b16-bd00-2980c6f7d4eb@eisentraut.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 24.04.25 13:16, Jelte Fennema-Nio wrote:
> On Thu, 24 Apr 2025 at 10:54, Peter Eisentraut <peter(at)eisentraut(dot)org> wrote:
>> The cut-off in practice for these things is usually RHEL. PG18
>> currently still supports RHEL 7, which appears to come with Python 3.6.
>> Seeing that the small problem with the test script was easily fixed, I
>> think we should stick with that for now. There might be value in
>> dropping support for RHEL 7 sometime, but that should be done across the
>> board (meson version, openssl version, perl version, etc.), and requires
>> some buildfarm changes, so I wouldn't do this right now.
>
> RHEL7 is not supported by Devrim for PG16 and PG17 already[1]. Did you
> mean something different with "PG18 currently still supports RHEL 7"?
>
> [1]: https://yum.postgresql.org/news/rhel7-postgresql-rpms-end-of-life/
There are approximately 6 buildfarm members with RHEL 7 or CentOS 7, so
in that sense, "support" means that everything is expected to work
there. And some amount of work has been done recently to keep that
support alive.
(But I'm confused now because I see Python 3.6 on both the RHEL 7 and
the RHEL 8 animals. So it's not clear how representative these animals
are especially with respect to the Python versions.)
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2025-04-24 12:00:25 | Re: sslmode=secure by default (Re: Making sslrootcert=system work on Windows psql) |
Previous Message | David Rowley | 2025-04-24 11:30:54 | Re: Disallow redundant indexes |