Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #397: Remove asterisk in python_requires #398

Merged
merged 1 commit into from
Mar 7, 2023

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.

None yet

1 participant