Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit a0ed55e

Browse files
authored
Upgrade CI run of Python 3.12 from rc1 to rc2 (#16280)
1 parent aa483cb commit a0ed55e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.ci/scripts/calculate_jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def set_output(key: str, value: str):
4747
"database": "sqlite",
4848
"extras": "all",
4949
}
50-
for version in ("3.9", "3.10", "3.11", "3.12.0-rc.1")
50+
for version in ("3.9", "3.10", "3.11", "3.12.0-rc.2")
5151
)
5252

5353
trial_postgres_tests = [

changelog.d/16280.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Upgrade CI run of Python 3.12 from rc1 to rc2.

0 commit comments

Comments
 (0)