CI: Run tests with Python 3.15
[skip changelog]
This commit is contained in:
parent
566ed62a19
commit
584939ebdd
1 changed files with 7 additions and 0 deletions
7
plan.fmf
7
plan.fmf
|
|
@ -27,6 +27,9 @@ discover:
|
|||
- name: smoke314
|
||||
path: /smoke
|
||||
test: VERSION=3.14 ./venv.sh
|
||||
- name: smoke315
|
||||
path: /smoke
|
||||
test: VERSION=3.15 ./venv.sh
|
||||
- name: smoke39_virtualenv
|
||||
path: /smoke
|
||||
test: VERSION=3.9 METHOD=virtualenv ./venv.sh
|
||||
|
|
@ -45,6 +48,9 @@ discover:
|
|||
- name: smoke314_virtualenv
|
||||
path: /smoke
|
||||
test: VERSION=3.14 METHOD=virtualenv ./venv.sh
|
||||
- name: smoke315_virtualenv
|
||||
path: /smoke
|
||||
test: VERSION=3.15 METHOD=virtualenv ./venv.sh
|
||||
- name: rpms_pyproject-rpm-macros
|
||||
how: shell
|
||||
url: https://src.fedoraproject.org/rpms/pyproject-rpm-macros.git
|
||||
|
|
@ -89,6 +95,7 @@ prepare:
|
|||
- python3.12-devel
|
||||
- python3.13-devel
|
||||
- python3.14-devel
|
||||
- python3.15-devel
|
||||
- python3-devel
|
||||
- python3-tox
|
||||
- mock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue