Skip to content

Commit ad71558

Browse files
committed
CI: Add tests for Python 3.14
But don't test with tox 3 on it, that is too new-old to care about.
1 parent c656431 commit ad71558

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@ jobs:
3535
- py312-tox4
3636
- py313-tox3
3737
- py313-tox4
38+
- py314-tox4
3839
# Use GitHub's Linux Docker host
3940
runs-on: ubuntu-latest

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

77
[testenv]
88
extras =

0 commit comments

Comments
 (0)