Replace Python 3.7 tests with Python 3.12 in the CI of this repo

This commit is contained in:
Miro Hrončok 2023-09-22 16:20:46 +02:00
commit 7553b176d5

View file

@ -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'