Skip to content

Commit

Permalink
remove py37 in tox.ini (refs #101 )
Browse files Browse the repository at this point in the history
  • Loading branch information
shimizukawa committed Apr 21, 2024
1 parent cdeccfa commit 324f402
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,12 +1,11 @@
[tox]
envlist =
py{37,38,39,310,311,312,313},
py{38,39,310,311,312,313},
flake8,
mypy

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

0 comments on commit 324f402

Please sign in to comment.