-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Which Python versions are supported? #337
Comments
@Julius2342 Any thoughts on this one? |
This is probably just bc nobody updated it for a long time :) As the most common usecase is home-assistant, and there the minumum version is 3.10 I would say we change the supported versions to 3.10, 3.11 (and probably 3.9 if that does not ship with too much costs). What do you think? |
3.9-3.11 sounds good to me. There's some gains from not working with 3.9, but not a lot IIRC. |
* Issue #337: Set minimum required python version to 3.9 * Set python_requires in setup.py * add support for 3.12
Short update here, decided to also ditch 3.9 and go for [3.10,3.11,3,12] bc of better typehint support. |
The setup.py lists 3.5 and 3.6, but the CI tests 3.8-3.11. Which are the officially supported versions?
The text was updated successfully, but these errors were encountered: