Skip to content
Snippets Groups Projects
Unverified Commit 68d9559f authored by Patrick Cloke's avatar Patrick Cloke Committed by GitHub
Browse files

Test against Python 3.12 release (#16511)

parent c81908bc
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ if not IS_PR: ...@@ -47,7 +47,7 @@ if not IS_PR:
"database": "sqlite", "database": "sqlite",
"extras": "all", "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 = [ trial_postgres_tests = [
...@@ -62,7 +62,7 @@ trial_postgres_tests = [ ...@@ -62,7 +62,7 @@ trial_postgres_tests = [
if not IS_PR: if not IS_PR:
trial_postgres_tests.append( trial_postgres_tests.append(
{ {
"python-version": "3.11", "python-version": "3.12",
"database": "postgres", "database": "postgres",
"postgres-version": "16", "postgres-version": "16",
"extras": "all", "extras": "all",
......
Run tests against Python 3.12.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment