Skip to content

Commit c140998

Browse files
committed
chore: fix CI to build wheels for EOL PyPy
1 parent 31dfee7 commit c140998

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ env:
1515
CIBW_BUILD: >
1616
cp39-* cp310-* cp311-* cp312-* cp313-*
1717
pp39-* pp310-* pp311-*
18+
CIBW_ENABLE: pypy pypy-eol
1819
CIBW_TEST_COMMAND: python -m unittest discover {project}/tests
1920

2021
jobs:

0 commit comments

Comments
 (0)