From 99c7776cdfab84051e0b424327841640f6f65e84 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Tue, 10 Mar 2026 21:12:26 -0400 Subject: [PATCH] build: Update cibuildwheel to v3.4.0 This matches the version used in branch6.5 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e8e1a2cf..e6c085b1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,7 +67,7 @@ jobs: python-version: ${{ env.python-version }} - name: Build wheels - uses: pypa/cibuildwheel@v3.1.3 + uses: pypa/cibuildwheel@v3.4.0 - name: Audit ABI3 compliance # This may be moved into cibuildwheel itself in the future. See -- 2.47.3