rhyst / linak-controller

A Python script to control Linak standing desks.
MIT License
358 stars 50 forks source link

Package for python version 3.13 #97

Open thomasaull opened 1 week ago

thomasaull commented 1 week ago

Trying to install linak-controller with the following command:

python -m pip install linak-controller

gives me this error:

ERROR: Ignored the following versions that require a different python version: 1.0.0 Requires-Python >=3.8,<3.13; 1.0.1 Requires-Python >=3.8,<3.13; 1.0.2 Requires-Python >=3.8,<3.13; 1.0.3 Requires-Python >=3.8,<3.13; 1.1.0 Requires-Python >=3.8,<3.13; 1.1.1 Requires-Python >=3.8,<3.13; 1.1.1.dev0 Requires-Python >=3.8,<3.13; 1.2.0.dev0 Requires-Python >=3.8,<3.13
ERROR: Could not find a version that satisfies the requirement linak-controller (from versions: none)
ERROR: No matching distribution found for linak-controller

My OS hast python 3.13.0 installed:

python --version
Python 3.13.0

and it seems like this version is not supported yet.

rhyst commented 1 week ago

Thanks for reporting. I will update this but I will not be able to for a few weeks. I would accept a PR in the meantime though.