-
Notifications
You must be signed in to change notification settings - Fork 15.8k
Closed
Description
- The adoption of Windows on ARM (WoA) devices is steadily increasing, yet many Python wheels are still not available for this platform.
- GitHub Actions now offer native CI runners for Windows on ARM devices (windows-11-arm), enabling automated builds and testing.
- Currently, official Protobuf Python wheels are not provided for Windows ARM64 and thus users/developers were facing difficulties using popular Protobuf library natively.
- I am open to contribute in adding support for Windows on ARM builds. Could you share some information regarding the packaging and CI setup for Python builds ?