CI: Make pypy3.8 optional, as it was retired on Fedora 38+
This commit is contained in:
parent
8699ee1196
commit
26d70dc88e
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue