Tests/tox: Fedora 43 is now using python 3.14
Add testing on pythong 3.14 and keep testing on python 3.13 for the current stable Fedora version (42 at this time). Use osbuild-ci:latest-202506112350 for tests.yml
This commit is contained in:
parent
bc99513c0a
commit
3f91723402
2 changed files with 6 additions and 5 deletions
4
tox.ini
4
tox.ini
|
|
@ -1,11 +1,11 @@
|
|||
[tox]
|
||||
env_list =
|
||||
py{36,37,38,39,310,311,312,313}
|
||||
py{36,37,38,39,310,311,312,313,314}
|
||||
lint
|
||||
type
|
||||
|
||||
labels =
|
||||
test = py{36,37,38,39,310,311,312,313}
|
||||
test = py{36,37,38,39,310,311,312,313,314}
|
||||
lint = ruff, autopep8, pylint
|
||||
type = mypy,mypy-strict
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue