1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2025-06-29 22:24:51 +02:00

CI: Add tests for Python 3.14

But don't test with tox 3 on it, that is too new-old to care about.
This commit is contained in:
Miro Hrončok 2025-03-05 00:14:49 +01:00
parent c656431ce3
commit ad715584e7
2 changed files with 2 additions and 1 deletions

View File

@ -35,5 +35,6 @@ jobs:
- py312-tox4
- py313-tox3
- py313-tox4
- py314-tox4
# Use GitHub's Linux Docker host
runs-on: ubuntu-latest

View File

@ -2,7 +2,7 @@
# This information is repeated in .github/workflows/main.yaml
# (see https://github.com/fedora-python/tox-github-action/issues/8)
envlist = py36-tox3,{py37,py38,py39,py310,py311,py312,py313}-tox{3,4}
envlist = py36-tox3,{py37,py38,py39,py310,py311,py312,py313}-tox{3,4},py314-tox4
[testenv]
extras =