From b8901cb13d9c9e945d3a065b67861a6a29616ad2 Mon Sep 17 00:00:00 2001 From: Tyler Kennedy Date: Wed, 29 Jan 2025 22:47:16 -0500 Subject: [PATCH] F* it, temporarily remove pypy entirely until setuptools is fixed. --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed658d7..809dd64 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-22.04, windows-2022, macos-13] - py: ["cp39", "cp310", "cp311", "cp312", "cp313", "pp39", "pp310"] + py: ["cp39", "cp310", "cp311", "cp312", "cp313"] steps: - uses: actions/checkout@v4.1.1 @@ -74,7 +74,6 @@ jobs: CIBW_ARCHS_MACOS: x86_64 arm64 universal2 CIBW_BUILD: "${{ matrix.py }}-*" CIBW_TEST_SKIP: "*_arm64 *_universal2:arm64" - CIBW_BEFORE_BUILD: ${{ runner.os == 'macOS' && 'pip install ''setuptools<72.2.0''' || '' }} - uses: actions/upload-artifact@v4.3.1 with: