Skip to content

Commit 23eea6d

Browse files
committed
Add Python 3.14 test in CI
1 parent 65e3194 commit 23eea6d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/tox.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
max-parallel: 4
2222
matrix:
23-
tox-env: [py39, py310, py311, py312, py313, pypy39, pypy310, pygments]
23+
tox-env: [py39, py310, py311, py312, py313, py314, pypy39, pypy310, pygments]
2424
include:
2525
- tox-env: py39
2626
python-version: '3.9'
@@ -32,13 +32,14 @@ jobs:
3232
python-version: '3.12'
3333
- tox-env: py313
3434
python-version: '3.13'
35+
- tox-env: pygments
36+
python-version: '3.14'
3537
- tox-env: pypy39
3638
python-version: pypy-3.9
3739
- tox-env: pypy310
3840
python-version: pypy-3.10
3941
- tox-env: pygments
4042
python-version: '3.11'
41-
4243
env:
4344
TOXENV: ${{ matrix.tox-env }}
4445

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{39, 310, 311, 312, 313}, pypy{39, 310}, pygments, flake8, checkspelling, pep517check, checklinks
2+
envlist = py{39, 310, 311, 312, 313, py314}, pypy{39, 310}, pygments, flake8, checkspelling, pep517check, checklinks
33
isolated_build = True
44

55
[testenv]

0 commit comments

Comments
 (0)