diff options
author | V02460 <V02460@gmail.com> | 2023-09-08 18:55:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-08 12:55:43 -0400 |
commit | a0ed55ef129285e87d9947ae578ff275958169f7 (patch) | |
tree | b1ee00f464108d25ae4d2dbcce95d51870d9ede3 /.ci | |
parent | Update ruff config (#16283) (diff) | |
download | synapse-a0ed55ef129285e87d9947ae578ff275958169f7.tar.xz |
Upgrade CI run of Python 3.12 from rc1 to rc2 (#16280)
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/scripts/calculate_jobs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/scripts/calculate_jobs.py b/.ci/scripts/calculate_jobs.py index 661887e209..08af332b6d 100755 --- a/.ci/scripts/calculate_jobs.py +++ b/.ci/scripts/calculate_jobs.py @@ -47,7 +47,7 @@ if not IS_PR: "database": "sqlite", "extras": "all", } - for version in ("3.9", "3.10", "3.11", "3.12.0-rc.1") + for version in ("3.9", "3.10", "3.11", "3.12.0-rc.2") ) trial_postgres_tests = [ |