Skip to content

Commit 49dd580

Browse files
fix(python-wheels): Temporary disable pypy3.10, which is not working on the CI
1 parent b5b4003 commit 49dd580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-wheels-emulated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
os: ${{ fromJSON(inputs.os) }}
2525
env:
2626
# Skip 32-bit windows wheels builds.
27-
CIBW_SKIP: "*-win32* *musllinux* pp38* pp39*"
27+
CIBW_SKIP: "*-win32* *musllinux* pp38* pp39* pp310*"
2828
CIBW_ARCHS: ${{inputs.arch}}
2929
CIBW_ENVIRONMENT_LINUX: "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/project/install/lib"
3030
CIBW_BEFORE_ALL_LINUX: >

0 commit comments

Comments
 (0)