Skip to content

Commit 6efd41a

Browse files
committed
TOX: Add a Python 3.13 environment
1 parent 07db76b commit 6efd41a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ envlist =
1616
# x64-only range
1717
py312-{full,pre}-x64
1818
# Special environment for numpy 2.0-dev testing
19-
py312-dev-x64
19+
py313-dev-x64
2020
install
2121
doctest
2222
style
@@ -31,6 +31,7 @@ python =
3131
3.10: py310
3232
3.11: py311
3333
3.12: py312
34+
3.13: py313
3435

3536
[gh-actions:env]
3637
DEPENDS =

0 commit comments

Comments
 (0)