CI: Add tests for newer Pythons

Note that by default, virtualenv does not install wheel to Python 3.12+
virtual environments. We set VIRTUALENV_WHEEL=bundle to force it,
otherwise the test is quite useless.
This commit is contained in:
Miro Hrončok 2024-01-09 12:50:12 +01:00
parent c8c3e8d253
commit 0f18fe05cc

View File

@ -28,6 +28,15 @@
- smoke310:
dir: python/smoke
run: VERSION=3.10 METHOD=virtualenv ./venv.sh
- smoke311:
dir: python/smoke
run: VERSION=3.11 METHOD=virtualenv ./venv.sh
- smoke312:
dir: python/smoke
run: VERSION=3.12 METHOD=virtualenv VIRTUALENV_WHEEL=bundle ./venv.sh
- smoke313:
dir: python/smoke
run: VERSION=3.13 METHOD=virtualenv VIRTUALENV_WHEEL=bundle ./venv.sh
- pyproject_pytest:
dir: pyproject-rpm-macros/tests
run: ./mocktest.sh python-pytest
@ -42,6 +51,9 @@
- python3.8
- python3.9
- python3.10-devel
- python3.11-devel
- python3.12-devel
- python3.13-devel
- python2-devel
- python3-devel
- python3-tox