From f75086115f6af2d984b6cf9d07156ec828a4f54c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Stenstr=C3=B6m?= Date: Sat, 27 Jan 2024 13:42:32 +0100 Subject: [PATCH] Creating a virtualenv for Python 3.6 requires older virtualenv version. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index c456915a..26c0e5f4 100644 --- a/tox.ini +++ b/tox.ini @@ -12,6 +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 [gh-actions] python =