CI: Add PyPy 3.10

This commit is contained in:
Miro Hrončok 2023-08-30 20:33:33 +02:00
commit 2e5ee9fbed

View file

@ -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