From 7553b176d52a04e7cb39245995069c4463e2c3c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 22 Sep 2023 16:20:46 +0200 Subject: [PATCH] Replace Python 3.7 tests with Python 3.12 in the CI of this repo --- tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests.yml b/tests.yml index b45e22b..01f23b2 100644 --- a/tests.yml +++ b/tests.yml @@ -60,9 +60,9 @@ - smokepypy39: dir: smoke run: runuser testuser -c 'VERSION=3.9 METHOD=venv PYTHON=pypy3.9 ./venv.sh' - - selftest37: + - selftest312: dir: selftest - run: runuser testuser -c 'VERSION=3.7 X="-x test_socket -x test_asyncgen -x test_asyncio -x test_compile -x test_concurrent_futures -x test_itertools -x test_multiprocessing_fork -x test_multiprocessing_forkserver -x test_shutil -x test_time -x test_multiprocessing_spawn -x test_threading -x test_wsgiref" ./parallel.sh' + run: runuser testuser -c 'VERSION=3.12 X="-i test_check_probes" ./parallel.sh' - debugtest38: dir: selftest run: runuser testuser -c 'VERSION=3.8 PYTHON="python3-debug" X="test_ssl" ./parallel.sh'