Add Windows ARM64 support in CI#478
Conversation
|
@khmyznikov FYI |
|
@Harishmcw tests are fine? |
Yes, the tests are fine. The previous failures were due to a regression on newer Windows Server 2025 runners, which this PR addresses. The pipeline is now green across all platforms, and I've verified that the Windows ARM64 tests are also passing correctly: pipeline |
bc3b28d to
f841bd3
Compare
|
Beautiful, thank you very much! |
|
Thanks for merging the PR. Could you please let me know when the next release on PyPI is planned? |
|
I'll try to get around to it this weekend. Please do message me again should I forget. |
Hi @bastibe, Just a gentle ping on this whenever you get a chance. Thanks! |
This PR introduces official support for Windows ARM64.
Changes:
soundfile.pyto correctly detect ARM64/AArch64 architectures on Windows and load the correspondinglibsndfile_arm64.dll.windows-11-armto the GitHub Actions matrix and included arm64 architecture across supported OS versions.