We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bf9066 commit 428f3e1Copy full SHA for 428f3e1
1 file changed
.github/workflows/bld_wheels_and_upload.yml
@@ -63,8 +63,9 @@ jobs:
63
- name: Build wheels
64
uses: pypa/cibuildwheel@v3.0.1
65
env:
66
- CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28_x86_64
67
- CIBW_SKIP: "cp36-* *-musllinux_* pp* *-*linux_{aarch64,ppc64le}"
+ #CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28_x86_64
+ CIBW_SKIP: "*-musllinux_* pp* *-*linux_{aarch64,ppc64le}"
68
+ CIBW_BUILD: cp37*
69
CIBW_REPAIR_WHEEL_COMMAND_LINUX:
70
auditwheel repair
71
--exclude libdb2.so.1
0 commit comments