]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
update cibuildwheel to ensure python 3.14 is supported
authorFederico Caselli <cfederico87@gmail.com>
Mon, 8 Dec 2025 20:12:16 +0000 (21:12 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Mon, 8 Dec 2025 20:12:16 +0000 (21:12 +0100)
Change-Id: Ic520ae7084dcc0660da0d70a0c33de251395ec50

.github/workflows/create-wheels.yaml

index 7fb230b6d0ee24fe52d529d37b9cd69e7a51bf27..f9b64a57bbd7f252ddbdcadaef93610f4f8ac8bc 100644 (file)
@@ -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 }}