Skip to content

Commit 324f402

Browse files
committed
remove py37 in tox.ini (refs #101 )
1 parent cdeccfa commit 324f402

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
[tox]
22
envlist =
3-
py{37,38,39,310,311,312,313},
3+
py{38,39,310,311,312,313},
44
flake8,
55
mypy
66

77
[gh-actions]
88
python =
9-
3.7: py37
109
3.8: py38
1110
3.9: py39
1211
3.10: py310

0 commit comments

Comments
 (0)