Skip to content

Fix #397: Remove asterisk in python_requires#398

Merged
tomschr merged 1 commit intopython-semver:masterfrom
tomschr:bugfix/397-python_requires
Mar 7, 2023
Merged

Fix #397: Remove asterisk in python_requires#398
tomschr merged 1 commit intopython-semver:masterfrom
tomschr:bugfix/397-python_requires

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