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)