Skip to content

Commit ea392ed

Browse files
committed
tox: add python 3.13 to default tests
With the release of Python 3.13, updating the tox configuration to have this version of the interpreter always tested on. Signed-off-by: James Knight <[email protected]>
1 parent d8b5942 commit ea392ed

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
@@ -4,7 +4,7 @@ envlist =
44
pylint
55
ruff
66
# unit tests
7-
py{37,38,39,310,311,312}
7+
py{37,38,39,310,311,312,313}
88
pypy3
99

1010
[testenv]

0 commit comments

Comments
 (0)