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

[BUG] Project has an invalid Python version constraint #58

Open
frenck opened this issue Jan 12, 2023 · 0 comments
Open

[BUG] Project has an invalid Python version constraint #58

frenck opened this issue Jan 12, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@frenck
Copy link

frenck commented Jan 12, 2023

Describe the bug

This project has an invalid Python version constraint.

>=3.6.*

python_requires = >=3.6.*

While pip might accept it, other Python package managers are not accepting it.

Expected behavior

Probably the following was meant:

>=3.6

Screenshots

n/a

Additional context

Came across this while researching the use of Poetry or the PDM Python dependency manager as a replacement in Home Assistant.

@frenck frenck added the bug Something isn't working label Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants