Skip to content

Commit ee8dc56

Browse files
committed
Re-add pypy310, add kludge to downversion setuptools.
1 parent fb79857 commit ee8dc56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
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"]
54+
py: ["cp39", "cp310", "cp311", "cp312", "cp313", "pp39", "pp310"]
5555

5656
steps:
5757
- uses: actions/[email protected]
@@ -74,6 +74,7 @@ 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: pip install 'setuptools<72.2.0 ; implementation_name == "pypy"'
7778

7879
- uses: actions/[email protected]
7980
with:

0 commit comments

Comments
 (0)