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:
parent
b3ccca8516
commit
e75a249fbd
2
tox.ini
2
tox.ini
@ -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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user