File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -51,14 +51,13 @@ jobs:
5151 with :
5252 output-dir : dist
5353 env :
54- CIBW_BUILD : " cp311-*"
55- CIBW_ARCHS_MACOS : arm64
54+ # CIBW_BUILD: "cp311-*"
55+ CIBW_ARCHS_MACOS : x86_64
5656 CIBW_ARCHS_WINDOWS : AMD64
5757 CIBW_ARCHS_LINUX : x86_64
5858 CIBW_MANYLINUX_X86_64_IMAGE : manylinux_2_28
59- CIBW_SKIP : " *musllinux*"
60- # CIBW_BEFORE_ALL_LINUX: "yum install -y libuuid-devel && yum install -y libxml2-devel"
61- # CIBW_ENVIRONMENT_LINUX: "CFLAGS='-I/usr/include/libxml2'"
59+ # Hold off on 3.13 for now)
60+ CIBW_SKIP : " *musllinux* cp36-* cp37-* cp38-* cp313-*"
6261 # CIBW_BEFORE_ALL_LINUX: "dnf install uuid-devel"
6362 CIBW_ENVIRONMENT_MACOS : " CFLAGS='-I/usr/include/libxml2' MACOSX_DEPLOYMENT_TARGET='10.15'"
6463 CIBW_ENVIRONMENT_LINUX : " FORCE_BUILD_LIBXML2=ON"
You can’t perform that action at this time.
0 commit comments