Skip to content

Commit f469b5e

Browse files
authored
Merge pull request #31 from priv-kweihmann/fix/invalid-spec
setup.cfg: fix invalid version spec
2 parents 3a393ad + 21bc9ce commit f469b5e

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
@@ -48,7 +48,7 @@ zip_safe = false
4848

4949
setup_requires = setuptools_scm[toml] >= 4
5050

51-
python_requires = >=3.6.*
51+
python_requires = >=3.6
5252

5353
install_requires =
5454
attrs >= 18.1, !=20.1.0

0 commit comments

Comments
 (0)