Skip to content

Commit

Permalink
fix(python-wheels): Temporary disable pypy3.10, which is not working …
Browse files Browse the repository at this point in the history
…on the CI
  • Loading branch information
sanguinariojoe committed Aug 14, 2024
1 parent b5b4003 commit 49dd580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-wheels-emulated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
os: ${{ fromJSON(inputs.os) }}
env:
# Skip 32-bit windows wheels builds.
CIBW_SKIP: "*-win32* *musllinux* pp38* pp39*"
CIBW_SKIP: "*-win32* *musllinux* pp38* pp39* pp310*"
CIBW_ARCHS: ${{inputs.arch}}
CIBW_ENVIRONMENT_LINUX: "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/project/install/lib"
CIBW_BEFORE_ALL_LINUX: >
Expand Down

0 comments on commit 49dd580

Please sign in to comment.