Skip to content

Commit d87820d

Browse files
fix(ci): Disable Pypy 3.11 (because of MacOS)
1 parent b7d49e0 commit d87820d

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
@@ -39,7 +39,7 @@ jobs:
3939
os: ${{ fromJSON(inputs.os) }}
4040
env:
4141
# Skip 32-bit windows wheels builds.
42-
CIBW_SKIP: "*-win32* pp38-* pp39-* pp310-*"
42+
CIBW_SKIP: "*-win32* pp38-* pp39-* pp310-* pp311-*"
4343
CIBW_ARCHS: ${{inputs.arch}}
4444
CIBW_ENVIRONMENT_LINUX: "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/project/install/lib"
4545
CIBW_BEFORE_ALL_LINUX: >

0 commit comments

Comments
 (0)