drop support for Python 2.3
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2017-02-08T04:08:25Z
Lists: pgsql-hackers
Attachments
- 0001-Drop-support-for-Python-2.3.patch (text/x-patch) patch 0001
I would like to propose that we drop support for Python 2.3. Reasons: - Python 3.6 was released in December. The list of versions we need to manage is growing. - Older Python versions are increasingly hard to build locally for testing. - It's unlikely that Python 2.3 is still used in practice. Python 2.4 is in RHEL 5, which is the typically the oldest mainstream OS we look at. - We could remove some cruft from the code. We do have buildfarm coverage on prairiedog. However, that runs a >10 year old operating system, so I think it is not representing real usage. Patch attached. -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Adjust PL/Tcl regression test to dodge a possible bug or zone dependency.
- 5b5b2fb4035d 9.2.21 landed
- dd2d437e8ee7 9.4.12 landed
- d27a48ad63f4 9.6.3 landed
- a8aeb871d914 9.5.7 landed
- 300ac7ff190f 9.3.17 landed
- 170511b30da4 10.0 landed