Upgrade CI run of Python 3.12 from rc1 to rc2 (#16280)

This commit is contained in:
V02460
2023-09-08 12:55:43 -04:00
committed by GitHub
parent aa483cb4c9
commit a0ed55ef12
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ if not IS_PR:
"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 = [
+1
View File
@@ -0,0 +1 @@
Upgrade CI run of Python 3.12 from rc1 to rc2.