Skip to content

Commit

Permalink
TOX: Add a Python 3.13 environment
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jul 11, 2024
1 parent 07db76b commit 6efd41a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ envlist =
# x64-only range
py312-{full,pre}-x64
# Special environment for numpy 2.0-dev testing
py312-dev-x64
py313-dev-x64
install
doctest
style
Expand All @@ -31,6 +31,7 @@ python =
3.10: py310
3.11: py311
3.12: py312
3.13: py313

[gh-actions:env]
DEPENDS =
Expand Down

0 comments on commit 6efd41a

Please sign in to comment.