Skip to content

Commit 0d2bc65

Browse files
committed
Remove py37 from tox config
1 parent 457a74c commit 0d2bc65

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
[tox]
22
requires = tox>=3
3-
envlist = lint, type, pypy{37,38,39,310}, py{37,38,39,310,311,312,313}
3+
envlist = lint, type, pypy{38,39,310}, py{38,39,310,311,312,313}
44

55
[gh-actions]
66
python =
7-
pypy-3.7: pypy37
87
pypy-3.8: pypy38
98
pypy-3.9: pypy39
109
pypy-3.10: pypy310
11-
3.7: py37
1210
3.8: py38
1311
3.9: py39
1412
3.10: py310

0 commit comments

Comments
 (0)