From: Andrew Grimberg Date: Tue, 3 Oct 2023 17:00:30 +0000 (-0700) Subject: CI: Remove Python 3.7 from tox validation X-Git-Tag: v0.37.7~15 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F09%2F72209%2F1;p=releng%2Flftools.git CI: Remove Python 3.7 from tox validation Issue: RELENG-4891 Signed-off-by: Andrew Grimberg Change-Id: I4d8bd39c553f6804beada41f7fcbfaec756af75f --- 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