Skip to content

Commit d13ef9b

Browse files
authored
Merge pull request #176 from cclauss/patch-1
tox.ini: Add Python 3.12 and 3.13 to the tox envlist
2 parents 0ae0058 + 043de23 commit d13ef9b

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 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py27, py3{7,5,6,7,8,9,10,11}, lint, test, doc, clean
7+
envlist = py27, py3{8,9,10,11,12,13}, lint, test, doc, clean
88
skip_missing_interpreters = true
99

1010
[testenv:test]

0 commit comments

Comments
 (0)