Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a84e397

Browse files
committed
tox.ini: setuptools >=62 needs Python >=3.7
1 parent f9a7031 commit a84e397

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ isolated_build = True
77
[gh-actions]
88
python =
99
3.6: py36
10-
3.7: py37
10+
# setuptools >=62 needs Python >=3.7
11+
3.7: py37,check
1112
3.8: py38
1213
3.9: py39
1314
3.10: py310

0 commit comments

Comments
 (0)