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 af33941 commit 5cb58e4Copy full SHA for 5cb58e4
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
uses: pypa/cibuildwheel@v2.19.2
73
env:
74
CIBW_BUILD: cp3*-*
75
- CIBW_SKIP: pp* *i686* *win32 *musllinux* *-macosx_universal2 *-win_arm64 *-manylinux_ppc64le *-manylinux_s390x
+ CIBW_SKIP: pp* *i686* *musllinux* *-macosx_universal2 *-manylinux_ppc64le *-manylinux_s390x
76
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9"
77
CIBW_ARCHS_LINUX: auto64
78
CIBW_ARCHS_MACOS: x86_64 arm64
0 commit comments