cgohlke / imagecodecs

Image transformation, compression, and decompression codecs
https://pypi.org/project/imagecodecs
BSD 3-Clause "New" or "Revised" License
111 stars 21 forks source link

Did the source drop support for 3.7? #34

Closed hmaarrfk closed 2 years ago

hmaarrfk commented 2 years ago

It seems that the pypi package now requires python 3.8

That is fair, I understand the maintenance burden can be large.

Did the source actually drop support for 3.7? I'm trying to get the pacakge working on conda-forge and I would prefer to release a package for 3.7 if i can.

nep29, suggests that we might keep it for an other 6 months. Let me know https://numpy.org/neps/nep-0029-deprecation_policy.html#support-table

cgohlke commented 2 years ago

I don't think there are any changes in the source beside python_requires='>=3.8', that prevent you from still using Python 3.7.

nep29, suggests that we might keep it for an other 6 months

I was following the Drop Schedule:

On Dec 26, 2021 drop support for Python 3.7 (initially released on Jun 27, 2018)

hmaarrfk commented 2 years ago

I confused it for June. Thanks for pointing it out. Good to go for me.