Skip to content

Commit

Permalink
Drop py37 from Tox fully
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Jun 30, 2022
1 parent df578c4 commit 6121d50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# For more information about tox, see https://tox.readthedocs.io/en/latest/
[tox]
envlist = py{37,38,39,310}-{linux,macos,windows}
envlist = py{38,39,310}-{linux,macos,windows}

[gh-actions]
python =
3.7: py37
3.8: py38
3.9: py39
3.10: py310
Expand Down

0 comments on commit 6121d50

Please sign in to comment.