Skip to content

Commit

Permalink
Remove py37, add py312 to tox envlist.
Browse files Browse the repository at this point in the history
  • Loading branch information
declaresub committed Oct 26, 2023
1 parent c328641 commit f29e950
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
@@ -1,5 +1,5 @@
[tox]
envlist = py37, py38, py39, py310, py311
envlist = py38, py39, py310, py311, py312

[testenv]
#setenv is needed here to get coverage to compute coverage. https://github.com/pytest-dev/pytest-cov/issues/98
Expand Down

0 comments on commit f29e950

Please sign in to comment.