Skip to content

ci: add support for building windows on arm wheels#643

Merged
methane merged 6 commits intomsgpack:mainfrom
Greenie0701:woa_support
Sep 26, 2025
Merged

ci: add support for building windows on arm wheels#643
methane merged 6 commits intomsgpack:mainfrom
Greenie0701:woa_support

Conversation

@Greenie0701
Copy link
Copy Markdown
Contributor

PR 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 msgpack-python Python wheels are not provided for Windows ARM64 and thus users/developers were facing difficulties using popular msgpack-python library natively.
  • This PR introduces support for building msgpack-python wheels on Windows ARM64, improving accessibility for developers and end users on this emerging platform.

- os: window-11-arm
py: "3.9"
- os: window-11-arm
py: "3.10"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you want add them into wheel.yml?