Skip to content

Commit 7ee8412

Browse files
committed
Update envs.
1 parent 8e16a33 commit 7ee8412

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ deps =
3838
pytest
3939
pytest-benchmark
4040
cover: pytest-cov
41-
{py38,py39,py310,py311,py312,py313,py313t}: cython
41+
{py38,py39,py310,py311,py312,py313,py313t,py314,py314t}: cython
4242
manhole
4343
process-tests
4444
setuptools-scm
@@ -48,8 +48,8 @@ deps =
4848
tzdata
4949
ipdb
5050
commands =
51-
{py38,py39,py310,py311,py312,py313,py313t}: python tests/setup.py clean --all
52-
{py38,py39,py310,py311,py312,py313,py313t}: python tests/setup.py build_ext --force --inplace
51+
{py38,py39,py310,py311,py312,py313,py313t,py314,py314t}: python tests/setup.py clean --all
52+
{py38,py39,py310,py311,py312,py313,py313t,py314,py314t}: python tests/setup.py build_ext --force --inplace
5353
cover: python setup.py clean --all build_ext --force --inplace
5454
nocov: {posargs:pytest -vv --ignore=src}
5555
cover: {posargs:pytest --cov --cov-report=term-missing --cov-report=xml -vv}

0 commit comments

Comments
 (0)