Skip to content

Commit

Permalink
Update Python versions in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Apr 18, 2023
1 parent 9c2d531 commit 9c927d3
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 = py{36,37,38,39,310}, pypy3
envlist = py{py3, 312, 311, 310, 39, 38, 37}

[testenv]
commands = {envpython} setup.py test

0 comments on commit 9c927d3

Please sign in to comment.