Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What versions of python are supported? #271

Open
timuram opened this issue Feb 2, 2024 · 1 comment
Open

What versions of python are supported? #271

timuram opened this issue Feb 2, 2024 · 1 comment

Comments

@timuram
Copy link

timuram commented Feb 2, 2024

setup.py declares 3.9 only

'Programming Language :: Python :: 3.9'
but it's EOL a while ago

@nbro10
Copy link

nbro10 commented Feb 28, 2024

@timuram All Python versions >=3.8 still receive security support. So, if there's a security issue or bug in any of these versions, they might make patches. So, it's perfectly fine to support any version >=3.8. You probably should start removing the support for Python <3.8. This library still supports very old Python 3 versions <3.8. It probably shouldn't. Users at some point should be forced to migrate to newer Python versions, otherwise, keep using old versions of this library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants