-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Fix Cython build #7696
Fix Cython build #7696
Conversation
Deploying with Cloudflare Pages
|
408e485
to
199958c
Compare
@@ -268,7 +268,7 @@ jobs: | |||
- name: set up python | |||
uses: actions/setup-python@v4 | |||
with: | |||
python-version: '3.10' | |||
python-version: '3.11' |
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.
I've updated this because of failure on Python 3.10
Please review |
closing as no updates on this. Happy to reconsider if we get more reports and more details. |
PiWheels removed the broken wheel builds, and home assistant patched their wheel builds (home-assistant/core#101976) so the original reporters 'effectively stopped' running into this issue would be my understanding. I would think the root of the issue still needs to be fixed however? |
fixes #7689
Selected Reviewer: @samuelcolvin