We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3761c3e commit b827af8Copy full SHA for b827af8
1 file changed
.github/workflows/wheels.yml
@@ -76,8 +76,8 @@ jobs:
76
env:
77
CIBW_BUILD_VERBOSITY: 1
78
# CIBW_REPAIR_WHEEL_COMMAND: ''
79
- # CIBW_BUILD: cp311-*
80
- CIBW_BUILD: cp312-* cp314-*
+ CIBW_BUILD: cp312-*
+ # CIBW_BUILD: cp312-* cp314-*
81
# Skip builds for 32-bit builds and some others...
82
CIBW_SKIP: "*-win32 *-musllinux_* *linux_i686 *linux_s390x *linux_aarch64 *linux_s390x"
83
0 commit comments