diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa01b7760..d41dc9341 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,7 @@ name: Release +# for available runner images see: https://github.com/actions/runner-images + on: push: tags: @@ -375,11 +377,9 @@ jobs: # maturin doesn't find all Python versions when one chooses a PyPy version instead of # CPython as default python-version: | - pypy3.7 pypy3.8 pypy3.9 pypy3.10 - 3.7 3.8 3.9 3.11 @@ -426,7 +426,6 @@ jobs: # maturin doesn't find all Python versions when one chooses a PyPy version instead of # CPython as default python-version: | - pypy3.7 pypy3.8 pypy3.9 pypy3.10 diff --git a/CHANGELOG.md b/CHANGELOG.md index 232a82228..4cf98bed5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## Removed + +- removed support for Python 3.7 for macOS (ARM64) due to removed runner on + Github + ## [1.3.2] - 21/02/2026 ## [1.3.1] - 21/02/2026