From aa932501d1ba62173fbce95d89db34d8d3aefe65 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Fri, 24 Nov 2023 16:07:13 +0000 Subject: [PATCH] Use Python 3.12 for asyncio CI --- .ci/scripts/calculate_jobs.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci/scripts/calculate_jobs.py b/.ci/scripts/calculate_jobs.py index ab1d214727..e642a9b6d4 100755 --- a/.ci/scripts/calculate_jobs.py +++ b/.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", },