We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27166f6 commit b5b4003Copy full SHA for b5b4003
.github/workflows/python-wheels-emulated.yml
@@ -24,7 +24,7 @@ jobs:
24
os: ${{ fromJSON(inputs.os) }}
25
env:
26
# Skip 32-bit windows wheels builds.
27
- CIBW_SKIP: "*-win32* *musllinux* pp38*"
+ CIBW_SKIP: "*-win32* *musllinux* pp38* pp39*"
28
CIBW_ARCHS: ${{inputs.arch}}
29
CIBW_ENVIRONMENT_LINUX: "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/project/install/lib"
30
CIBW_BEFORE_ALL_LINUX: >
0 commit comments