mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Upgrade CI run of Python 3.12 from rc1 to rc2 (#16280)
This commit is contained in:
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 = [
|
||||
|
1
changelog.d/16280.misc
Normal file
1
changelog.d/16280.misc
Normal file
@ -0,0 +1 @@
|
||||
Upgrade CI run of Python 3.12 from rc1 to rc2.
|
Loading…
Reference in New Issue
Block a user