Skip to content

Commit f8c8518

Browse files
committed
Update test matrix
1 parent b2129e2 commit f8c8518

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tox.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = global-init,py39-numpy{1.25,1.26,2.0},py310-numpy{1.25,1.26,2.0,2.1,2.2},py311-numpy{1.25,1.26,2.0,2.1,2.2},py312-numpy{1.26,2.0,2.1,2.2},py313-numpy{2.1,2.2},global-finalize
2+
envlist = global-init,py39-numpy{2.0},py310-numpy{2.0,2.1,2.2},py311-numpy{2.0,2.1,2.2,2.3},py312-numpy{2.0,2.1,2.2,2.3},py313-numpy{2.1,2.2,2.3},global-finalize
33

44
[gh-actions]
55
python =
@@ -21,11 +21,10 @@ usedevelop = True
2121
deps =
2222
pytest
2323
pytest-cov
24-
numpy1.25: numpy>=1.25,<1.26
25-
numpy1.26: numpy>=1.26,<1.27
2624
numpy2.0: numpy>=2.0,<2.1
2725
numpy2.1: numpy>=2.1,<2.2
2826
numpy2.2: numpy>=2.2,<2.3
27+
numpy2.3: numpy>=2.3,<2.4
2928
setenv =
3029
COVERAGE_FILE = {toxworkdir}/.coverage.{envname}
3130
commands = py.test test -v --cov=plyfile

0 commit comments

Comments
 (0)