Commit 67464a7
committed
Fix #397: Remove asterisk in python_requires
The asterisk in "python_requires = >= 3.7.*" make the
pyproject-build command fail with this exception:
setuptools.extern.packaging.specifiers.InvalidSpecifier: Invalid specifier: '>=3.7.*'
This fix removes the asterisk which leads to a successful build.1 parent a2a6169 commit 67464a7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments