Skip to content

Commit 96f311f

Browse files
setup.cfg: fix invalid version spec
after PEP440 support has been removed in newer setuptools (v66+) this would otherwise result in an error like setuptools.extern.packaging.specifiers.InvalidSpecifier: Invalid specifier: '>=3.7.*' Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
1 parent 66d6d01 commit 96f311f

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)