xlcnd / isbnlib

python library to validate, clean, transform and get metadata of ISBN strings (for devs).
Other
229 stars 30 forks source link

Time to drop Python 3.6? #115

Closed cclauss closed 1 year ago

cclauss commented 2 years ago

Next week Python 3.11 will be released and we are already testing release candidate 2 on GitHub Actions.

Supporting six different versions of CPython is a big ask. Is it time to drop support for Python 3.6?

xlcnd commented 2 years ago

I am working on a new version of isbnlib (series 4.X.X) that will break compatibility and is an opportunity to modernize the code base and reconsider the versions of python supported.

However, I would like to keep the series 3.X.X as compatible as possible with older versions.