diff --git a/tests.yml b/tests.yml index 0975d87..4803bf4 100644 --- a/tests.yml +++ b/tests.yml @@ -49,9 +49,9 @@ - smokepypy: dir: smoke run: VERSION=2.7 METHOD=virtualenv PYTHON=pypy ./venv.sh - - smokepypy3: + - smokepypy38: dir: smoke - run: VERSION=3.7 METHOD=venv PYTHON=pypy3.7 ./venv.sh + run: VERSION=3.8 METHOD=venv PYTHON=pypy3.8 ./venv.sh - selftest37: dir: selftest run: 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 @@ -75,11 +75,10 @@ - python3.9 - python3.11 - pypy - - pypy3 + - pypy3.8-devel - python2-devel - python3-devel - pypy-devel - - pypy3-devel - python3-tox - python3-tkinter - python3-test