Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a7031 commit a84e397Copy full SHA for a84e397
tox.ini
@@ -7,7 +7,8 @@ isolated_build = True
7
[gh-actions]
8
python =
9
3.6: py36
10
- 3.7: py37
+ # setuptools >=62 needs Python >=3.7
11
+ 3.7: py37,check
12
3.8: py38
13
3.9: py39
14
3.10: py310
0 commit comments