You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to https://endoflife.date/python, these Python versions are end of life.
I am wondering what should be done to drop the support and invite a discussion about it.
How do other modules drop support for older Python versions?
To drop support for Python versions 3.5, 3.6 and 2.7, these edits need to be made:
setup.py - Python versions, __version__
travis.yml - remove Python versions
README.rst - deprecate the versions
The text was updated successfully, but these errors were encountered:
According to https://endoflife.date/python, these Python versions are end of life.
I am wondering what should be done to drop the support and invite a discussion about it.
To drop support for Python versions 3.5, 3.6 and 2.7, these edits need to be made:
__version__
The text was updated successfully, but these errors were encountered: