CI: Remove Python 3.7 from tox validation 09/72209/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 3 Oct 2023 17:00:30 +0000 (10:00 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 3 Oct 2023 17:00:30 +0000 (10:00 -0700)
Issue: RELENG-4891
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Change-Id: I4d8bd39c553f6804beada41f7fcbfaec756af75f

tox.ini

diff --git a/tox.ini b/tox.ini
index 2ef4ee1..b7a9a88 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,6 @@ envlist =
     docs-linkcheck,
     license,
     pre-commit,
-    py37,
     py38
     py39
 minversion = 3.8