CI: Add Python 3.14

[skip changelog]
This commit is contained in:
Miro Hrončok 2024-11-06 13:24:37 +01:00
commit 533a4ecd2d

View file

@ -31,6 +31,9 @@
- smoke313:
dir: python/smoke
run: VERSION=3.13 ./venv.sh
- smoke314:
dir: python/smoke
run: VERSION=3.14 ./venv.sh
- smoke38_virtualenv:
dir: python/smoke
run: VERSION=3.8 METHOD=virtualenv ./venv.sh
@ -49,6 +52,9 @@
- smoke313_virtualenv:
dir: python/smoke
run: VERSION=3.13 METHOD=virtualenv ./venv.sh
- smoke314_virtualenv:
dir: python/smoke
run: VERSION=3.14 METHOD=virtualenv ./venv.sh
- pyproject_pytest:
dir: pyproject-rpm-macros/tests
run: ./mocktest.sh python-pytest
@ -72,6 +78,7 @@
- python3.11-devel
- python3.12-devel
- python3.13-devel
- python3.14-devel
- python3-devel
- python3-tox
- mock