From: Federico Caselli Date: Mon, 8 Dec 2025 20:12:16 +0000 (+0100) Subject: update cibuildwheel to ensure python 3.14 is supported X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f58ea194d5190859baef66c183fa0228f629830c;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git update cibuildwheel to ensure python 3.14 is supported Change-Id: Ic520ae7084dcc0660da0d70a0c33de251395ec50 --- diff --git a/.github/workflows/create-wheels.yaml b/.github/workflows/create-wheels.yaml index 7fb230b6d0..f9b64a57bb 100644 --- a/.github/workflows/create-wheels.yaml +++ b/.github/workflows/create-wheels.yaml @@ -82,7 +82,7 @@ jobs: - name: Build compiled wheels if: ${{ matrix.wheel_mode == 'compiled' }} - uses: pypa/cibuildwheel@v3.2.0 + uses: pypa/cibuildwheel@v3.3.0 env: CIBW_ARCHS_LINUX: ${{ matrix.linux_archs }} CIBW_BUILD: ${{ matrix.python }}