CI: Add PyPy 3.10
This commit is contained in:
parent
9ec60fcdb5
commit
2e5ee9fbed
1 changed files with 4 additions and 0 deletions
|
|
@ -66,6 +66,9 @@
|
|||
- smoke_pypy39:
|
||||
dir: python/smoke
|
||||
run: PYTHON=pypy3.9 VERSION=3.9 ./venv.sh
|
||||
- smoke_pypy310:
|
||||
dir: python/smoke
|
||||
run: PYTHON=pypy3.10 VERSION=3.10 ./venv.sh
|
||||
- pyproject_pytest:
|
||||
dir: pyproject-rpm-macros/tests
|
||||
run: ./mocktest.sh python-pytest
|
||||
|
|
@ -88,6 +91,7 @@
|
|||
- python3.12-devel
|
||||
- python2-devel
|
||||
- pypy3.9-devel
|
||||
- pypy3.10-devel
|
||||
- python3-tox
|
||||
- python3-dnf
|
||||
- mock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue