Skip to content

Commit

Permalink
Update tox.ini Python versions
Browse files Browse the repository at this point in the history
Add Python 3.11, 3.12, remove 3.7
  • Loading branch information
j-t-1 authored Jun 11, 2024
1 parent 837ba7d commit 9084528
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 9084528

Please sign in to comment.