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

Commit

Permalink
Test against Python 3.12 release (#16511)
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Oct 17, 2023
1 parent c81908b commit 68d9559
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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.2")
for version in ("3.9", "3.10", "3.11", "3.12")
)

trial_postgres_tests = [
Expand All @@ -62,7 +62,7 @@ def set_output(key: str, value: str):
if not IS_PR:
trial_postgres_tests.append(
{
"python-version": "3.11",
"python-version": "3.12",
"database": "postgres",
"postgres-version": "16",
"extras": "all",
Expand Down
1 change: 1 addition & 0 deletions changelog.d/16511.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Run tests against Python 3.12.

0 comments on commit 68d9559

Please sign in to comment.