Fedora CI: Add Python 3.12

This commit is contained in:
Tomáš Hrnčiar 2024-01-09 10:11:45 +01:00
parent 134fa771d6
commit 19d0ab5ee9

View File

@ -28,6 +28,9 @@
- smoke311:
dir: python/smoke
run: VERSION=3.11 ./venv.sh
- smoke312:
dir: python/smoke
run: VERSION=3.12 ./venv.sh
- smoke27:
dir: python/smoke
run: VERSION=2.7 METHOD=virtualenv ./venv.sh
@ -49,6 +52,9 @@
- smoke311_virtualenv:
dir: python/smoke
run: VERSION=3.11 METHOD=virtualenv ./venv.sh
- smoke312_virtualenv:
dir: python/smoke
run: VERSION=3.12 METHOD=virtualenv ./venv.sh
- pyproject_pytest:
dir: pyproject-rpm-macros/tests
run: ./mocktest.sh python-pytest
@ -64,6 +70,7 @@
- python3.9
- python3.10-devel
- python3.11-devel
- python3.12-devel
- python3-devel
- python3-tox
- mock