From d2e4165f9b18f8ab6b4c36edc6f1172e2e38c91d Mon Sep 17 00:00:00 2001 From: Robsdedude Date: Wed, 3 Apr 2024 14:05:10 +0200 Subject: [PATCH] Fix tox not picking up Python 3.6 --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index c62cef60a..0ac4ca73e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,4 +1,7 @@ [tox] +# downgrade virtualenv to 20.21.0 have python 3.6 support +# https://github.com/tox-dev/tox/issues/2989 +requires = virtualenv<20.22.0 envlist = py36 py37