jjhelmus / nmrglue

A module for working with NMR data in Python
BSD 3-Clause "New" or "Revised" License
211 stars 86 forks source link

Give up on Python 3.6 #184

Closed DimitriPapadopoulos closed 1 year ago

DimitriPapadopoulos commented 1 year ago

At least give up in CI tests because Python 3.6 is not available any more:

Python 3 6

jjhelmus commented 1 year ago

Python 3.6 has reached end-of-life and is no longer supported by the CPython developers, see https://devguide.python.org/versions/ for details.

I'm in favor or removing support, or at least not testing against this Python version.

It is worth noting that the wider scientific Python community recommends libraries support Python 3.8 and above at this time, see NEP-29. Based on this policy it was recommended to drop support for Python 3.6 in June of 2020.