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:
Brian C. Lane 2025-06-11 13:17:28 -07:00 committed by Brian C. Lane
parent bc99513c0a
commit 3f91723402
2 changed files with 6 additions and 5 deletions

View file

@ -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