diff --git a/tests.yml b/tests.yml index 4967277..b45e22b 100644 --- a/tests.yml +++ b/tests.yml @@ -57,9 +57,9 @@ - smokepypy: dir: smoke run: runuser testuser -c 'VERSION=2.7 METHOD=virtualenv PYTHON=pypy ./venv.sh' - - smokepypy38: + - smokepypy39: dir: smoke - run: runuser testuser -c 'VERSION=3.8 METHOD=venv PYTHON=pypy3.8 ./venv.sh' + run: runuser testuser -c 'VERSION=3.9 METHOD=venv PYTHON=pypy3.9 ./venv.sh' - selftest37: 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' @@ -86,7 +86,7 @@ - python3.11 - python3.12 - pypy - - pypy3.8-devel + - pypy3.9-devel - python2-devel - python3-devel - pypy-devel