From e3149c8a93c420cee6b12bf9080a8f14d87283cd Mon Sep 17 00:00:00 2001 From: Keith Erskine Date: Wed, 9 Oct 2024 07:14:20 -0500 Subject: [PATCH] Bump cibuildwheel to v2.21.3 for Py313 This version of cibuildwheel uses the 3.13.0 final release. --- .github/workflows/artifacts_build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/artifacts_build.yml b/.github/workflows/artifacts_build.yml index 9868f0ca..b8484d0b 100644 --- a/.github/workflows/artifacts_build.yml +++ b/.github/workflows/artifacts_build.yml @@ -36,7 +36,7 @@ jobs: - uses: actions/checkout@v4.1.1 - name: Build wheels - uses: pypa/cibuildwheel@v2.20.0 + uses: pypa/cibuildwheel@v2.21.3 env: CIBW_ARCHS_WINDOWS: "AMD64 x86" # AMD64 and Intel32 wheels, but not ARM64 (yet) @@ -60,7 +60,7 @@ jobs: uses: docker/setup-qemu-action@v3.0.0 - name: Build wheels - uses: pypa/cibuildwheel@v2.20.0 + uses: pypa/cibuildwheel@v2.21.3 env: # based on CentOS 7; glibc 64-bit builds only; no bundled libraries # https://github.com/pypa/manylinux#docker-images @@ -94,7 +94,7 @@ jobs: - uses: actions/checkout@v4.1.1 - name: Build wheels - uses: pypa/cibuildwheel@v2.20.0 + uses: pypa/cibuildwheel@v2.21.3 # https://cibuildwheel.readthedocs.io/en/stable/options/#options-summary env: CIBW_ARCHS_MACOS: x86_64 @@ -122,7 +122,7 @@ jobs: run: brew install unixodbc - name: Build wheels - uses: pypa/cibuildwheel@v2.20.0 + uses: pypa/cibuildwheel@v2.21.3 # https://cibuildwheel.readthedocs.io/en/stable/options/#options-summary env: CIBW_ARCHS_MACOS: arm64