Skip to content

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

Description

@frenck

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions