-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add 3.11 wheels #984
Add 3.11 wheels #984
Comments
Yep, right now brotli installation fails with Python 3.11 and pip with default options. |
It would be incredibly useful to provide |
Wheel installation will fix this deprecation on 3.11/pip23.1:
|
|
indeed, but last time I tried this a couple years ago abi3 wheels would only work for linux or macos, but not for windows. I don't know if anything changed since then, would be worth retrying. |
note the brotli's wheels are built from this other repo https://github.com/google/brotli-wheels |
Anecdata: We've successfully shipped abi3 wheels for Windows, Linux and macOS about a month ago. It looks like everything works pretty flawlessly nowadays. 🙌 Here's an example conversion for aioquic I did a week ago: aiortc/aioquic@main...mhils:aioquic:abi3 |
I think this was closed by mistake @eustas. |
Agree. That was auto-close because of "fix #xxx" in description |
I built the python 3.11 wheels in google/brotli-wheels#15 and can upload them manually using twine to PyPI, like I did for 3.10 wheels a year ago. |
Regarding abi3 wheels I suggest you file a separate issue. I can't work on it right now, but found this interesting article https://blog.trailofbits.com/2022/11/15/python-wheels-abi-abi3audit/ |
I just uploaded the wheels for CPython 3.11 for linux, mac and windows at https://pypi.org/project/Brotli/1.0.9/#files so this can be closed |
I confirm the wheels are up there, thanks! |
As Python3.11 will be released later today, it would be truly great of 3.11 wheels could be added to the latest release.
The text was updated successfully, but these errors were encountered: