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
{{ message }}
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
The documentation specifies that this plugin works up until python 3.9 but the setup.py is enforcing the usage of only python 3.4 which has reached end of life since March 18th, 2019. I do not know for which versions this plugin is tested and if these tests are meaningful and complete, hence the issue instead of a pull request to update the setup.py
The text was updated successfully, but these errors were encountered:
And, having a look at the tox configuration in this repo, you can see it's tested up to at least python3.9. I'm using it on python3.10 without any issues so far.
envlist = py{3.6,3.7,3.8,3.9}-pytest{5,6},flake8
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The documentation specifies that this plugin works up until python 3.9 but the setup.py is enforcing the usage of only python 3.4 which has reached end of life since March 18th, 2019. I do not know for which versions this plugin is tested and if these tests are meaningful and complete, hence the issue instead of a pull request to update the setup.py
The text was updated successfully, but these errors were encountered: