From c0a6ec084ad3b2435f60baadb8983670f66f024e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Wed, 15 Nov 2023 16:19:14 +0100 Subject: [PATCH] Fix the tox configuration for end-of-life Python support --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 7fe654cbc..a3b049342 100644 --- a/tox.ini +++ b/tox.ini @@ -5,6 +5,8 @@ [tox] envlist = py27 +# https://tox.wiki/en/4.11.3/faq.html#testing-end-of-life-python-versions +requires = virtualenv<20.22.0 [testenv] deps =