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

Commit

Permalink
Upgrade CI run of Python 3.12 from rc1 to rc2 (#16280)
Browse files Browse the repository at this point in the history
  • Loading branch information
V02460 authored Sep 8, 2023
1 parent aa483cb commit a0ed55e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/scripts/calculate_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def set_output(key: str, value: str):
"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 = [
Expand Down
1 change: 1 addition & 0 deletions changelog.d/16280.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgrade CI run of Python 3.12 from rc1 to rc2.

0 comments on commit a0ed55e

Please sign in to comment.