-
Notifications
You must be signed in to change notification settings - Fork 191
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
Wheels for python 3.11 #797
Comments
PR for this here #801 |
It would be nice to somehow upload 3.11 wheels to the latest version on PyPI. Or publish a new minor version (even without any changes), just to make 3.11 wheels available. Thanks! ❤️ |
I may have accidentally broke making wheels for aarch64, a subsequent PR probably needs to be made to fix that. https://cibuildwheel.readthedocs.io/en/stable/faq/#emulation |
I'm planning on making a new release soon, which will have the 3.11 wheels. I've been working on fixing aarch64 wheels, which now work (emulation isn't an option unfortunately, the build OOMs on github actions, and is generally really slow anyway) |
0.4.8 is out now with 3.11 wheels: https://pypi.org/project/libcst/0.4.8 |
Hello,
since python3.11 is released in a few days, it would be great if you could publish the needed wheels for python 3.11.
Thanks a lot!
The text was updated successfully, but these errors were encountered: