diff --git a/.github/workflows/release-cli-wheels.yaml b/.github/workflows/release-cli-wheels.yaml index f7421eda4..eca027917 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 @@ -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 6177c28f4..444779d3b 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 @@ -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/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!