Skip to content

Commit

Permalink
Update Python version in tox
Browse files Browse the repository at this point in the history
  • Loading branch information
manicmaniac committed Nov 30, 2024
1 parent 0d76090 commit f62d208
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
[tox]
envlist = py{37,38,39,310,311}
envlist = py{39,310,311,312,313}

[testenv]
commands = {envpython} -munittest discover --verbose

[testenv:py312]
deps = setuptools

[testenv:py313]
deps = setuptools

0 comments on commit f62d208

Please sign in to comment.