mirror of
https://github.com/matrix-org/synapse.git
synced 2025-02-05 14:55:48 +00:00
Use Python 3.12 for asyncio CI
This commit is contained in:
parent
c3627d0f99
commit
aa932501d1
@ -110,7 +110,7 @@ sytest_tests = [
|
|||||||
"workers": "workers",
|
"workers": "workers",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"sytest-tag": "focal",
|
"sytest-tag": "mantic-3.12",
|
||||||
"postgres": "multi-postgres",
|
"postgres": "multi-postgres",
|
||||||
"workers": "workers",
|
"workers": "workers",
|
||||||
"reactor": "asyncio",
|
"reactor": "asyncio",
|
||||||
@ -121,11 +121,11 @@ if not IS_PR:
|
|||||||
sytest_tests.extend(
|
sytest_tests.extend(
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"sytest-tag": "focal",
|
"sytest-tag": "mantic-3.12",
|
||||||
"reactor": "asyncio",
|
"reactor": "asyncio",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"sytest-tag": "focal",
|
"sytest-tag": "mantic-3.12",
|
||||||
"postgres": "postgres",
|
"postgres": "postgres",
|
||||||
"reactor": "asyncio",
|
"reactor": "asyncio",
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user