Skip to content

Commit b3193fa

Browse files
authored
Merge pull request #51 from priv-kweihmann/fix/invalid-spec
setup.cfg: fix invalid version spec
2 parents 66d6d01 + 96f311f commit b3193fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

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

5555
setup_requires = setuptools_scm[toml] >= 4
5656

57-
python_requires = >=3.7.*
57+
python_requires = >=3.7
5858

5959
install_requires =
6060
click >= 6.7, !=7.0, !=8.0.3

0 commit comments

Comments
 (0)