From 5c16988aa653fcb0b8f38a300440c121becdee7e Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Tue, 3 Oct 2023 10:00:30 -0700 Subject: [PATCH] CI: Remove Python 3.7 from tox validation Issue: RELENG-4891 Signed-off-by: Andrew Grimberg Change-Id: I4d8bd39c553f6804beada41f7fcbfaec756af75f --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2ef4ee19..b7a9a885 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,6 @@ envlist = docs-linkcheck, license, pre-commit, - py37, py38 py39 minversion = 3.8 -- 2.16.6