Skip to content

Commit

Permalink
Merge pull request h2non#176 from cclauss/patch-1
Browse files Browse the repository at this point in the history
tox.ini: Add Python 3.12 and 3.13 to the tox envlist
  • Loading branch information
h2non authored Aug 28, 2024
2 parents 0ae0058 + 043de23 commit d13ef9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

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

[testenv:test]
Expand Down

0 comments on commit d13ef9b

Please sign in to comment.