Upgrade CI run of Python 3.12 from rc1 to rc2 (#16280)
parent
aa483cb4c9
commit
a0ed55ef12
|
@ -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 = [
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Upgrade CI run of Python 3.12 from rc1 to rc2.
|
Loading…
Reference in New Issue