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 c1bf688 commit 204dcb6Copy full SHA for 204dcb6
.github/workflows/wheel.yml
@@ -30,7 +30,7 @@ jobs:
30
env:
31
# Select wheels
32
CIBW_BUILD: "*-manylinux_x86_64 *-manylinux_aarch64 *-win_amd64 *-macosx_x86_64 *-macosx_arm64"
33
- CIBW_SKIP: "cp36-* cp37-* cp38-* pp*"
+ CIBW_SKIP: "cp38-* cp314-*"
34
CIBW_ARCHS: "native"
35
# use manylinux2014
36
CIBW_MANYLINUX_X86_64_IMAGE: "quay.io/pypa/manylinux2014_x86_64"
0 commit comments