aiohomekit icon indicating copy to clipboard operation
aiohomekit copied to clipboard

Version restrictions for Python are too strict

Open epenet opened this issue 9 months ago • 1 comments

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

epenet avatar May 27 '25 07:05 epenet

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

cdce8p avatar May 27 '25 08:05 cdce8p

fixed via https://github.com/Jc2k/aiohomekit/pull/450

bdraco avatar Sep 14 '25 12:09 bdraco