CI: Make pypy3.7 optional, as it was retired on Fedora 37+

This commit is contained in:
Miro Hrončok
2022-11-25 13:23:32 +01:00
parent 7c86179926
commit fbeaddaea8

View File

@@ -57,9 +57,9 @@
- smoke312:
dir: python/smoke
run: VERSION=3.12 ./venv.sh
- smoke_pypy37:
- smoke_pypy37_optional:
dir: python/smoke
run: PYTHON=pypy3.7 VERSION=3.7 ./venv.sh
run: PYTHON=pypy3.7 VERSION=3.7 INSTALL_OR_SKIP=true ./venv.sh
- smoke_pypy38:
dir: python/smoke
run: PYTHON=pypy3.8 VERSION=3.8 ./venv.sh
@@ -87,7 +87,6 @@
- python3.11-devel
- python3.12-devel
- python2-devel
- pypy3.7-devel
- pypy3.8-devel
- pypy3.9-devel
- python3-tox