diff --git a/.github/workflows/reusable-cibuildwheel.yml b/.github/workflows/reusable-cibuildwheel.yml index df7fe468e..93907fc65 100644 --- a/.github/workflows/reusable-cibuildwheel.yml +++ b/.github/workflows/reusable-cibuildwheel.yml @@ -101,7 +101,7 @@ jobs: shell: bash - name: Build wheels - uses: pypa/cibuildwheel@v2.17.0 + uses: pypa/cibuildwheel@v2.21.2 env: # CIBW_ARCHS_MACOS: all x86_64 arm64 universal2 CIBW_ARCHS_MACOS: native diff --git a/pyproject.toml b/pyproject.toml index 09f7690df..f5fbd95e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -162,6 +162,7 @@ PY_COLORS = "1" [tool.cibuildwheel.linux] manylinux-aarch64-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_aarch64:libssh-v0.11.1" +manylinux-armv7l-image = "ghcr.io/ansible/pylibssh-manylinux_2_31_armv7l:libssh-v0.11.1" manylinux-ppc64le-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_ppc64le:libssh-v0.11.1" manylinux-s390x-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_s390x:libssh-v0.11.1" manylinux-x86_64-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_x86_64:libssh-v0.11.1" diff --git a/requirements-build.txt b/requirements-build.txt index 1e1a21fb8..ae124eb2a 100644 --- a/requirements-build.txt +++ b/requirements-build.txt @@ -8,7 +8,7 @@ cython==3.0.12 # via -r - expandvars==0.9.0 # via -r - -packaging==24.0 +packaging==24.1 # via setuptools-scm pyparsing==3.0.9 # via packaging