Skip to content

Commit

Permalink
Re-add pypy310, add kludge to downversion setuptools.
Browse files Browse the repository at this point in the history
  • Loading branch information
TkTech committed Jan 30, 2025
1 parent fb79857 commit ee8dc56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .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"]
py: ["cp39", "cp310", "cp311", "cp312", "cp313", "pp39", "pp310"]

steps:
- uses: actions/checkout@v4.1.1
Expand All @@ -74,6 +74,7 @@ jobs:
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
CIBW_BUILD: "${{ matrix.py }}-*"
CIBW_TEST_SKIP: "*_arm64 *_universal2:arm64"
CIBW_BEFORE_BUILD: pip install 'setuptools<72.2.0 ; implementation_name == "pypy"'

- uses: actions/upload-artifact@v4.3.1
with:
Expand Down

0 comments on commit ee8dc56

Please sign in to comment.