Skip to content

Commit ae0b221

Browse files
committed
Add python3.14 to tox environments
1 parent 2afe874 commit ae0b221

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ envlist =
1414
clean,
1515
check,
1616
docs,
17-
{py39,py310,py311,py312,py313,py313-ft,pypy39,pypy310}-{cover,nocov},
17+
{py39,py310,py311,py312,py313,py313-ft,py314,py314-ft,pypy39,pypy310}-{cover,nocov},
1818
report
1919
ignore_basepython_conflict = true
2020

@@ -28,6 +28,8 @@ basepython =
2828
py312: {env:TOXPYTHON:python3.12}
2929
py313: {env:TOXPYTHON:python3.13}
3030
py313ft: {env:TOXPYTHON:python3.13t}
31+
py314: {env:TOXPYTHON:python3.14}
32+
py314ft: {env:TOXPYTHON:python3.14t}
3133
{bootstrap,clean,check,report,docs,codecov,coveralls,extension-coveralls}: {env:TOXPYTHON:python3}
3234
setenv =
3335
PYTHONPATH={toxinidir}/tests

0 commit comments

Comments
 (0)