CI: Add Python 3.13

This commit is contained in:
Miro Hrončok 2024-03-07 11:54:26 +01:00
commit 30632b6e8c

View file

@ -34,6 +34,9 @@
- smoke312:
dir: python/smoke
run: VERSION=3.12 ./venv.sh
- smoke313:
dir: python/smoke
run: VERSION=3.13 ./venv.sh
- smoke27:
dir: python/smoke
run: VERSION=2.7 METHOD=virtualenv ./venv.sh
@ -61,6 +64,9 @@
- smoke312_virtualenv:
dir: python/smoke
run: VERSION=3.12 METHOD=virtualenv ./venv.sh
- smoke313_virtualenv:
dir: python/smoke
run: VERSION=3.13 METHOD=virtualenv ./venv.sh
- pyproject_pytest:
dir: pyproject-rpm-macros/tests
run: ./mocktest.sh python-pytest
@ -84,6 +90,7 @@
- python3.10-devel
- python3.11-devel
- python3.12-devel
- python3.13-devel
- python2-devel
- python3-devel
- python3-tox