From 43fba3aaab01d8d84aa622d1255bad1f514e0190 Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Sat, 23 Sep 2023 11:00:58 +0200 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6890f0fb50..62c2a0c5b3 100644 --- a/tox.ini +++ b/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.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 =