From 377fafcaaa3396d15211791df5e2b167afde129f Mon Sep 17 00:00:00 2001 From: Lee Miller Date: Mon, 4 Sep 2023 09:49:34 +0300 Subject: [PATCH] Try to reenable EOL py27 and py36 in tox according to its FAQ --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 4abef8d8..74426c3b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,4 +1,5 @@ [tox] +requires = virtualenv<20.22.0 envlist = reset,py{27,27-portable,35,36,38,39,310},stats skip_missing_interpreters = true