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 accc9b1 commit 92e0a7aCopy full SHA for 92e0a7a
.github/workflows/wheels.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Build Wheels
45
uses: pypa/[email protected]
46
env:
47
- CIBW_SKIP: "cp38* cp14* *-win32 *-musllinux_aarch64 pp* gp* cp3??t-*"
+ CIBW_SKIP: "cp38* cp314* *-win32 *-musllinux_aarch64 pp* gp* cp3??t-*"
48
CIBW_ARCHS_LINUX: "x86_64 aarch64"
49
CIBW_ARCHS_MACOS: "x86_64 arm64 universal2"
50
0 commit comments