mirror of
https://github.com/fedora-python/tox-current-env.git
synced 2025-11-01 08:52:19 +01: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:
1
.github/workflows/main.yaml
vendored
1
.github/workflows/main.yaml
vendored
@@ -35,5 +35,6 @@ jobs:
|
|||||||
- py312-tox4
|
- py312-tox4
|
||||||
- py313-tox3
|
- py313-tox3
|
||||||
- py313-tox4
|
- py313-tox4
|
||||||
|
- py314-tox4
|
||||||
# Use GitHub's Linux Docker host
|
# Use GitHub's Linux Docker host
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
2
tox.ini
2
tox.ini
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# This information is repeated in .github/workflows/main.yaml
|
# This information is repeated in .github/workflows/main.yaml
|
||||||
# (see https://github.com/fedora-python/tox-github-action/issues/8)
|
# (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]
|
[testenv]
|
||||||
extras =
|
extras =
|
||||||
|
|||||||
Reference in New Issue
Block a user