diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 2fbcbf4b..4c171792 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -101,7 +101,7 @@ jobs: CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014 CIBW_ARCHS: ${{matrix.build-platform[1]}} CIBW_BUILD: cp*-manylinux* - CIBW_SKIP: *-musllinux* + CIBW_SKIP: cp34* *-musllinux* CIBW_BEFORE_ALL: > yum update -y && yum install -y wget openssl-devel libxml2-devel libtirpc-devel && @@ -147,7 +147,7 @@ jobs: CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28 CIBW_ARCHS: ${{matrix.build-platform[1]}} CIBW_BUILD: cp*-manylinux* - CIBW_SKIP: *-musllinux* + CIBW_SKIP: cp34* *-musllinux* CIBW_BEFORE_ALL: > dnf update -y && dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm &&