We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The documentation does not mention what is the minimal python version supported.
Could this be added?
Thanks
The text was updated successfully, but these errors were encountered:
For what it's worth, the tox.ini file shows that testing is done against Python 2.7, and Python 3.3+:
tox.ini
envlist = py27,py33,py34,py35,py36
Presumably later versions of 3.x will work, but the tox.ini just hasn't been updated for those yet.
Sorry, something went wrong.
No branches or pull requests
The documentation does not mention what is the minimal python version supported.
Could this be added?
Thanks
The text was updated successfully, but these errors were encountered: