From 810507c45cbabc7d8d00822b96742a6a8a0f9b6a Mon Sep 17 00:00:00 2001 From: Rogdham Date: Sun, 27 Apr 2025 09:00:59 +0200 Subject: [PATCH] feat: build wheels for Windows ARM --- .github/workflows/build.yml | 1 + CHANGELOG.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 97c78ed..c58cb45 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -148,6 +148,7 @@ jobs: - ubuntu-latest - macos-latest - windows-latest + - windows-11-arm env: CIBW_ARCHS_MACOS: "x86_64 arm64" diff --git a/CHANGELOG.md b/CHANGELOG.md index f93bb3f..d1fc99b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. ## Unreleased - Upgrade zstd source code from v1.5.6 to [v1.5.7](https://github.com/facebook/zstd/releases/tag/v1.5.7) +- Build wheels for Windows ARM64 - Support for PyPy 3.11 ## 0.16.2 (October 10, 2024)