Skip to content

Commit b8901cb

Browse files
committed
F* it, temporarily remove pypy entirely until setuptools is fixed.
1 parent 8bd9e86 commit b8901cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
fail-fast: true
5252
matrix:
5353
os: [ubuntu-22.04, windows-2022, macos-13]
54-
py: ["cp39", "cp310", "cp311", "cp312", "cp313", "pp39", "pp310"]
54+
py: ["cp39", "cp310", "cp311", "cp312", "cp313"]
5555

5656
steps:
5757
- uses: actions/[email protected]
@@ -74,7 +74,6 @@ jobs:
7474
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
7575
CIBW_BUILD: "${{ matrix.py }}-*"
7676
CIBW_TEST_SKIP: "*_arm64 *_universal2:arm64"
77-
CIBW_BEFORE_BUILD: ${{ runner.os == 'macOS' && 'pip install ''setuptools<72.2.0''' || '' }}
7877

7978
- uses: actions/[email protected]
8079
with:

0 commit comments

Comments
 (0)