Skip to content

Commit

Permalink
Merge pull request #42 from bkmgit/patch-1
Browse files Browse the repository at this point in the history
Add py311 and py312 to tox tests
  • Loading branch information
meejah authored Nov 21, 2024
2 parents b5ebd1c + a518f22 commit 8bc7717
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 = {py37,py38,py39,py310,pypy}
envlist = {py37,py38,py39,py310,py311,py312,pypy}
skip_missing_interpreters = True
minversion = 2.4.0

Expand Down

0 comments on commit 8bc7717

Please sign in to comment.