-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update build system requirements #355
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for your PR!
@cdce8p Sure, but we have not added python v3.12 anywhere in the github configuration files. |
Not pointless. I've started testing Home Assistant with Python 3.12 but at the moment this causes a build failure, so I don't actually get to run the tests. The classifier for Python 3.12 can always be added later once it's fully tested. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With this context, LGTM too.
Please note, we still have to make a new release.
Also, it might be a while before this new released version becomes linked in HA Core Plugwise.
Just saw that you created 31.0.6. Unfortunately it seems the release wasn't uploaded to PyPI. Maybe because the version in
Sure, but we've to start someday 🙂 The earlier the fix is included in a release, the earlier it will be used by HA. |
@cdce8p v0.31.7 is available on pypi now. |
To build packages for Python 3.12 it's necessary to update setuptools to at least
>=66.1.0
.https://setuptools.pypa.io/en/latest/history.html#v68-0-0
https://wheel.readthedocs.io/en/stable/news.html