瀏覽代碼

Use Python 3.12 for asyncio CI

Erik Johnston 5 月之前
父節點
當前提交
aa932501d1
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      .ci/scripts/calculate_jobs.py

+ 3 - 3
.ci/scripts/calculate_jobs.py

@@ -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",
             },