Skip to content

Commit

Permalink
F* it, temporarily remove pypy entirely until setuptools is fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
TkTech committed Jan 30, 2025
1 parent 8bd9e86 commit b8901cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit b8901cb

Please sign in to comment.