Skip to content

Commit 7bab0e5

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.6.*' Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
1 parent 1c64a75 commit 7bab0e5

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)