From a94ba0b89ef1e6b72a5b24cccd089e1ab3d05a8e Mon Sep 17 00:00:00 2001 From: Christopher Schwan Date: Sat, 30 May 2026 11:25:14 +0200 Subject: [PATCH 1/3] Fix typo --- .github/workflows/release-cli-wheels.yaml | 2 +- .github/workflows/release-wheels.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-cli-wheels.yaml b/.github/workflows/release-cli-wheels.yaml index f7421eda4..4141e2981 100644 --- a/.github/workflows/release-cli-wheels.yaml +++ b/.github/workflows/release-cli-wheels.yaml @@ -1,7 +1,7 @@ # This file was last autogenerated by maturin v1.11.5 # To update, run # -# maturin generate-ci github --manifest-path pineappl_cli/Cargo.toml > .github/workflow/release-wheels.yaml +# maturin generate-ci github --manifest-path pineappl_cli/Cargo.toml > .github/workflows/release-wheels.yaml # # and carefully select the change from `git diff` name: Release CLI wheels diff --git a/.github/workflows/release-wheels.yaml b/.github/workflows/release-wheels.yaml index 6177c28f4..f965220c4 100644 --- a/.github/workflows/release-wheels.yaml +++ b/.github/workflows/release-wheels.yaml @@ -1,7 +1,7 @@ # This file was last autogenerated by maturin v1.11.5 # To update, run # -# maturin generate-ci github --manifest-path pineappl_py/Cargo.toml > .github/workflow/release-wheels.yaml +# maturin generate-ci github --manifest-path pineappl_py/Cargo.toml > .github/workflows/release-wheels.yaml # # and carefully select the change from `git diff` name: Release Python wheels From f7edee4564a886e688de98b81a142d6f79f6fadf Mon Sep 17 00:00:00 2001 From: Christopher Schwan Date: Sat, 30 May 2026 11:25:34 +0200 Subject: [PATCH 2/3] Build aarch64 wheels --- .github/workflows/release-cli-wheels.yaml | 6 +++--- .github/workflows/release-wheels.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release-cli-wheels.yaml b/.github/workflows/release-cli-wheels.yaml index 4141e2981..eca027917 100644 --- a/.github/workflows/release-cli-wheels.yaml +++ b/.github/workflows/release-cli-wheels.yaml @@ -29,9 +29,9 @@ jobs: # - runner: ubuntu-22.04 # target: x86 # manylinux: 2_17 - # - runner: ubuntu-22.04 - # target: aarch64 - # manylinux: 2_17 + - runner: ubuntu-22.04 + target: aarch64 + manylinux: 2_17 # - runner: ubuntu-22.04 # target: armv7 # manylinux: 2_17 diff --git a/.github/workflows/release-wheels.yaml b/.github/workflows/release-wheels.yaml index f965220c4..444779d3b 100644 --- a/.github/workflows/release-wheels.yaml +++ b/.github/workflows/release-wheels.yaml @@ -29,9 +29,9 @@ jobs: # - runner: ubuntu-22.04 # target: x86 # manylinux: 2_17 - # - runner: ubuntu-22.04 - # target: aarch64 - # manylinux: 2_17 + - runner: ubuntu-22.04 + target: aarch64 + manylinux: 2_17 # - runner: ubuntu-22.04 # target: armv7 # manylinux: 2_17 From b8c2a5c5e71d44b346d9338b081f464e9ac25838 Mon Sep 17 00:00:00 2001 From: Christopher Schwan Date: Sun, 31 May 2026 09:52:10 +0200 Subject: [PATCH 3/3] Add changelog entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index df97b4e68..e4b13fc5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- added support for aarch64 on Linux for Python 3.8 to 3.14 and PyPy 3.11 + ## [1.4.0] - 12/05/2026 Starting with this version, PineAPPL has an official logo!