diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f5aac10c..b4a3ec21 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.8'] + python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.10'] steps: - uses: actions/checkout@v4 - name: Set up python diff --git a/CHANGES.md b/CHANGES.md index 7d538899..95690b1d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,6 @@ ### 0.14.1 (2026-06-05) * Fix release workflow to install test dependencies (#431) +* Fix release workflow pypy version: pypy-3.8 to pypy-3.10 (#432) * Updates ion-c submodule ### 0.14.0 (2026-04-22)