Skip to content

Commit

Permalink
Drop tox config for Python < 3.9
Browse files Browse the repository at this point in the history
Fixes: 3cc621b ("Drop Python < 3.8 support")
  • Loading branch information
ekohl committed Dec 9, 2024
1 parent 396b5f5 commit 39369a6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions 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 = py27,py36,py37,py38,py39,py310,py311,py312
envlist = py39,py310,py311,py312

[testenv]
deps =
Expand All @@ -29,10 +29,6 @@ select = E,W,F

[gh-actions]
python =
2.7: py27
3.6: py36
3.7: py37
3.8: py38
3.9: py39
3.10: py310
3.11: py311
Expand Down

0 comments on commit 39369a6

Please sign in to comment.