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

Commit 68d9559

Browse files
authored
Test against Python 3.12 release (#16511)
1 parent c81908b commit 68d9559

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.ci/scripts/calculate_jobs.py

Lines changed: 2 additions & 2 deletions
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.2")
50+
for version in ("3.9", "3.10", "3.11", "3.12")
5151
)
5252

5353
trial_postgres_tests = [
@@ -62,7 +62,7 @@ def set_output(key: str, value: str):
6262
if not IS_PR:
6363
trial_postgres_tests.append(
6464
{
65-
"python-version": "3.11",
65+
"python-version": "3.12",
6666
"database": "postgres",
6767
"postgres-version": "16",
6868
"extras": "all",

changelog.d/16511.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Run tests against Python 3.12.

0 commit comments

Comments
 (0)