aiohomekit
aiohomekit copied to clipboard
Version restrictions for Python are too strict
Hi
Is there a reason to set an upper limit on Python version? https://github.com/Jc2k/aiohomekit/blob/fec1da56c40611abb046786ec4467b8c7dfc0554/pyproject.toml#L27
I am adding checks to Home Assistant and aiohomekit got listed:
Integration homekit_controller:
* [ERROR] [REQUIREMENTS] Version restrictions for Python are too strict (>=3.10,<3.14) in aiohomekit
See https://github.com/home-assistant/core/pull/145690
The python limit can be overridden with project.requires-python in poetry v2. Already fixed in main, just needs a new release.
- https://github.com/Jc2k/aiohomekit/pull/450
fixed via https://github.com/Jc2k/aiohomekit/pull/450