pyproj icon indicating copy to clipboard operation
pyproj copied to clipboard

DEP: Python 3.8 Support

Open snowman2 opened this issue 1 year ago • 3 comments

Related to #930

Thinking about pyproj 3.4.x being the last series to support python 3.8.

Community references:

  • Python 3.11 - October 2022 ref. #1110
  • NEP-29 says numpy drops support for Python 3.8 in April 2023.
  • rioxarray

snowman2 avatar Jul 24 '22 02:07 snowman2

Note Python 3.8 is the default Python for Ubuntu 20.04 (Focal), supported by Debian until May 2025. That's quite extended, so that's not my recommendation.

PEP 569 says the last security release will be at least October 2024.

My suggestion is for Python 3.8 to be dropped when addressing failing tests in the Python 3.8 CI job becomes too much of a burden, or October 2024, whichever is later.

EpicWink avatar Sep 20 '22 01:09 EpicWink

Stable versions of pyproj for Python 3.8 will continue to be on pypi for those users. Newer releases will have pins in the metadata to ensure disruption does not occur for those using the default python on LTS distributions.

If those users would like to use newer versions of packages in the Python ecosystem, the dead snakes ppa is a great resource: https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa. pyproj uses it to test pyproj.

snowman2 avatar Sep 20 '22 02:09 snowman2

Another thing to consider is that Ubuntu and Python are funded by organizations that provide long term support. pyproj is maintained solely by contributors in their free time. So, the standard for support is a bit different.

snowman2 avatar Sep 20 '22 04:09 snowman2