From ece76e65a88ce194f69f729faa7436aa8d4bd8a0 Mon Sep 17 00:00:00 2001 From: Christopher Schwan Date: Fri, 23 Feb 2024 09:36:17 +0100 Subject: [PATCH] Reenable PyPy versions and make CPython 3.10 default --- .github/workflows/release.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 86341f46..8cbf9b8f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -192,12 +192,16 @@ jobs: - uses: actions/setup-python@v4 with: python-version: | + pypy3.7 + pypy3.8 + pypy3.9 + pypy3.10 3.7 3.8 3.9 - 3.10 3.11 3.12 + 3.10 architecture: ${{ matrix.target }} - name: Build wheels uses: PyO3/maturin-action@v1 @@ -221,12 +225,16 @@ jobs: - uses: actions/setup-python@v4 with: python-version: | + pypy3.7 + pypy3.8 + pypy3.9 + pypy3.10 3.7 3.8 3.9 - 3.10 3.11 3.12 + 3.10 - name: Build wheels uses: PyO3/maturin-action@v1 with: