Use Python 3.12 for asyncio CI

erikj/py312_asyncio
Erik Johnston 2023-11-24 16:07:13 +00:00
parent c3627d0f99
commit aa932501d1
1 changed files with 3 additions and 3 deletions

View File

@ -110,7 +110,7 @@ sytest_tests = [
"workers": "workers",
},
{
"sytest-tag": "focal",
"sytest-tag": "mantic-3.12",
"postgres": "multi-postgres",
"workers": "workers",
"reactor": "asyncio",
@ -121,11 +121,11 @@ if not IS_PR:
sytest_tests.extend(
[
{
"sytest-tag": "focal",
"sytest-tag": "mantic-3.12",
"reactor": "asyncio",
},
{
"sytest-tag": "focal",
"sytest-tag": "mantic-3.12",
"postgres": "postgres",
"reactor": "asyncio",
},