Skip to content

Commit c11496c

Browse files
authored
Merge pull request #521 from nexB/use-correct-setup-syntax
Use star-free new syntax for python requires
2 parents 1dae9b3 + 1aa9ec3 commit c11496c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ zip_safe = false
5555

5656
setup_requires = setuptools_scm[toml] >= 4
5757

58-
python_requires = >=3.6.*
58+
python_requires = >=3.6
5959

6060
install_requires =
6161
attrs

0 commit comments

Comments
 (0)