mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Python wheels for Windows on ARM64 #536
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MehdiChinoune on GitHub (Apr 19, 2025).
Please upload prebuilt wheels for WoA to PyPi..
@eustas commented on GitHub (May 27, 2025):
@anthrotype is it possible? If it requires release, I hope we will have one soonish.
@anthrotype commented on GitHub (May 27, 2025):
yes, I think cibuildwheel (which we use on https://github.com/google/brotli-wheels) does support Windows arm64 although their docs still mark it as 'experimental'.
e.g. this is how to enable it https://github.com/ultrajson/ultrajson/pull/663
@anthrotype commented on GitHub (May 27, 2025):
a release would be preferable yes