Pyhiveapi
Pyhiveapi copied to clipboard
[BUG] Project has an invalid Python version constraint
Describe the bug
This project has an invalid Python version constraint.
>=3.6.*
https://github.com/Pyhass/Pyhiveapi/blob/3f3fad30c59b34a1c460e77d06c3c3a7a3d8ba54/setup.cfg#L25
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.