CI: Add Python 3.14
[skip changelog]
This commit is contained in:
parent
476f824742
commit
533a4ecd2d
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue