Skip to content

Conversation

@tomschr
Copy link
Member

@tomschr tomschr commented Mar 6, 2023

The asterisk in python_requires = >= 3.7.* of setup.cfg make the pyproject-build command fail with this exception:

setuptools.extern.packaging.specifiers.InvalidSpecifier: Invalid specifier: '>=3.7.*'

This fix removes the asterisk which leads to a successful build.

The asterisk in "python_requires = >= 3.7.*" make the
pyproject-build command fail with this exception:

 setuptools.extern.packaging.specifiers.InvalidSpecifier: Invalid specifier: '>=3.7.*'

This fix removes the asterisk which leads to a successful build.
@tomschr tomschr added the Bug Error, flaw or fault to produce incorrect or unexpected results label Mar 6, 2023
@tomschr tomschr merged commit 9b475f7 into python-semver:master Mar 7, 2023
@tomschr tomschr deleted the bugfix/397-python_requires branch March 7, 2023 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Error, flaw or fault to produce incorrect or unexpected results

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant