Skip to content

Commit cc1bedc

Browse files
committed
Test on Python 3.13
1 parent 4691525 commit cc1bedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This config is for local testing. Where needed changes should be duplicated into
22
# .github/workflows/pythonpackage.yml
33
[tox]
4-
envlist = py38,py39,py310,py311,py312
4+
envlist = py38,py39,py310,py311,py312,py313
55

66
[testenv]
77
commands = pytest {posargs}

0 commit comments

Comments
 (0)