CI: Make pypy3.8 optional, as it was retired on Fedora 38+

This commit is contained in:
Miro Hrončok 2023-02-28 16:51:58 +01:00
commit 26d70dc88e

View file

@ -60,9 +60,9 @@
- smoke_pypy37_optional:
dir: python/smoke
run: PYTHON=pypy3.7 VERSION=3.7 INSTALL_OR_SKIP=true ./venv.sh
- smoke_pypy38:
- smoke_pypy38_optional:
dir: python/smoke
run: PYTHON=pypy3.8 VERSION=3.8 ./venv.sh
run: PYTHON=pypy3.8 VERSION=3.8 INSTALL_OR_SKIP=true ./venv.sh
- smoke_pypy39:
dir: python/smoke
run: PYTHON=pypy3.9 VERSION=3.9 ./venv.sh
@ -87,7 +87,6 @@
- python3.11-devel
- python3.12-devel
- python2-devel
- pypy3.8-devel
- pypy3.9-devel
- python3-tox
- dnf