Skip to content

Commit

Permalink
Merge pull request #409 from j-t-1/tox
Browse files Browse the repository at this point in the history
Update tox.ini Python versions
  • Loading branch information
erocarrera authored Jun 11, 2024
2 parents 837ba7d + 9084528 commit 7368b0c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py37,py38,py39,py310,coverage
envlist = py38,py39,py310,py311,py312,coverage

[testenv]
deps =
Expand All @@ -17,7 +17,8 @@ commands =

[gh-actions]
python =
3.7: py37
3.8: py38
3.9: py39
3.10: py310
3.10: py310
3.11: py311
3.12: py312

0 comments on commit 7368b0c

Please sign in to comment.