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

Python 3.6 and tox>4 are incompatible #645

Closed
iurisilvio opened this issue Jan 7, 2023 · 3 comments
Closed

Python 3.6 and tox>4 are incompatible #645

iurisilvio opened this issue Jan 7, 2023 · 3 comments
Labels

Comments

@iurisilvio
Copy link
Contributor

Describe the bug

  • Python 3.6 reached EOL and Ubuntu 22.04 doesn´t support it.
  • Tox 4 changed passenv config, now it is a comma separated value.
  • Tox 4 dropped support to Python 3.6.

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.

@iurisilvio iurisilvio added the bug label Jan 7, 2023
@iurisilvio
Copy link
Contributor Author

iurisilvio commented Jan 7, 2023

I prefer drop EOL version, but did both solutions here.

Drop Python 3.6 support: #644
Maintain Python 3.6 support: #643

@WisdomPill
Copy link
Member

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

@iurisilvio
Copy link
Contributor Author

Merged #643.

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

No branches or pull requests

2 participants