mirror of
https://github.com/django-components/django-components.git
synced 2025-08-04 06:18:17 +00:00
Creating a virtualenv for Python 3.6 requires older virtualenv version.
This commit is contained in:
parent
f75086115f
commit
0778ec8e3b
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -12,7 +12,7 @@ envlist =
|
|||
py312-django{42,50}
|
||||
flake8
|
||||
isort
|
||||
requires = virtualenv<20.22.0 ; https://tox.wiki/en/latest/faq.html#testing-end-of-life-python-versions
|
||||
requires = virtualenv<20.22.0 # https://tox.wiki/en/latest/faq.html#testing-end-of-life-python-versions
|
||||
|
||||
[gh-actions]
|
||||
python =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue