tox: Drop python3.6, python3.7 from generate env

These are no longer officially supported.

Change-Id: I46348e7a081628c1298d8bb5e82233f65339df9c
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane 2023-08-11 18:36:50 +01:00 committed by Dr. Jens Harbott
parent b3ccca8516
commit e75a249fbd

View File

@ -51,7 +51,7 @@ description = Regenerates upper-constraints.txt
# Generate needs an unconstrained install to get new dependencies
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = generate-constraints {posargs: -b blacklist.txt -r global-requirements.txt -p python3.6 -p python3.7 -p python3.8 -p python3.9 -p python3.10 > upper-constraints.txt}
commands = generate-constraints {posargs: -b blacklist.txt -r global-requirements.txt -p python3.8 -p python3.9 -p python3.10 > upper-constraints.txt}
[testenv:validate]
allowlist_externals =