Skip to content

Commit 21bc9ce

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 3a393ad commit 21bc9ce

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
@@ -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)