Skip to content

Commit a945cc5

Browse files
authored
Merge pull request #46 from priv-kweihmann/fix/invalid-spec
setup.cfg: fix invalid version spec
2 parents 1c64a75 + 7bab0e5 commit a945cc5

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
@@ -67,7 +67,7 @@ packages = find:
6767
include_package_data = true
6868
zip_safe = false
6969

70-
python_requires = >=3.6.*
70+
python_requires = >=3.6
7171

7272
install_requires =
7373
attrs >= 18.1, !=20.1.0

0 commit comments

Comments
 (0)