-
Notifications
You must be signed in to change notification settings - Fork 132
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
Are there plans to make the new v4.0.0 work with Python3.11? #293
Comments
I'd argue we should have a 3.x patch release to add wheels for Python 3.11, but we should definitely add 3.11 to the wheel matrix as well. I think it's as easy as updating the cibuildwheel version |
I would appreciate being able to use python 3.11 with my app which doesn't currently work due to h3 not building (pip, Windows 10). |
Starting on it here: #297 |
I'd support a 3.x patch for py 3.11. Pull requests welcome. I can also try it after updating the 4.0 branch. |
Both the 3.7 and 4.0 branches have wheels for py 3.11: |
Since Python3.11 is now out as a stable release:
Will the v4.0.0 version, when it leaves beta, also be installable via pip
on this version of Python?
The text was updated successfully, but these errors were encountered: