From: Ben Darnell Date: Wed, 11 Mar 2026 01:12:26 +0000 (-0400) Subject: build: Update cibuildwheel to v3.4.0 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3589%2Fhead;p=thirdparty%2Ftornado.git build: Update cibuildwheel to v3.4.0 This matches the version used in branch6.5 --- 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