Run the CI tests of this repo with pypy3.9 instead of retired pypy3.8
This commit is contained in:
parent
3ff6bdd8ba
commit
548de9fc09
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue