Add python3.11 to generate-constraints

This prepares to run the proposal bot to generate constraints on
python3.11 instead of python3.10. The actual job to run this will need
to be added in the project-config repo.

Change-Id: I8fe5f8fe335cccf9c9ce166e931c4a42d9d79457
This commit is contained in:
Dr. Jens Harbott 2023-09-23 11:00:58 +02:00
parent 5eac47701c
commit 43fba3aaab
1 changed files with 1 additions and 1 deletions

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.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 -p python3.11 > upper-constraints.txt}
[testenv:validate]
allowlist_externals =