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
Describe the bug
passenv
It is possible to run tests with Python 3.6 and tox<4 in Ubuntu 20.04 or drop Python 3.6 to run latest tox and Ubuntu 22.04.
tox<4
Related to #642.
The text was updated successfully, but these errors were encountered:
I prefer drop EOL version, but did both solutions here.
Drop Python 3.6 support: #644 Maintain Python 3.6 support: #643
Sorry, something went wrong.
I would prefer to drop django 2.2 and django 3.1 but not python 3.6 because it is still supported in django 3.2
Merged #643.
No branches or pull requests
Describe the bug
passenv
config, now it is a comma separated value.It is possible to run tests with Python 3.6 and
tox<4
in Ubuntu 20.04 or drop Python 3.6 to run latest tox and Ubuntu 22.04.Related to #642.
The text was updated successfully, but these errors were encountered: