]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump cibuildwheel to 3.1.4
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 26 Aug 2025 15:54:24 +0000 (17:54 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 31 Aug 2025 22:55:20 +0000 (00:55 +0200)
It should help with Python 3.14 builds.

.github/workflows/packages-bin.yml

index f62ee92b6104652e80f97ccede68b69cc2a50dce..f0abba0640aba28b0af3adf997036174a3f289fe 100644 (file)
@@ -50,7 +50,7 @@ jobs:
       fail-fast: false
       matrix:
         arch: [x86_64, i686, ppc64le, aarch64]
-        pyver: [cp38, cp39, cp310, cp311, cp312, cp313, cp314-dev]
+        pyver: [cp38, cp39, cp310, cp311, cp312, cp313, cp314]
         platform: [manylinux, musllinux]
 
     steps:
@@ -73,7 +73,7 @@ jobs:
         run: python3 ./tools/build/copy_to_binary.py
 
       - name: Build wheels
-        uses: pypa/cibuildwheel@v2.23.3
+        uses: pypa/cibuildwheel@v3.1.4
         with:
           package-dir: psycopg_binary
         env:
@@ -131,7 +131,7 @@ jobs:
       fail-fast: false
       matrix:
         arch: [x86_64, arm64]
-        pyver: [cp39, cp310, cp311, cp312, cp313, cp314-dev]
+        pyver: [cp39, cp310, cp311, cp312, cp313, cp314]
         include:
           # cp38 on arm64 can be built but cannot be tested:
           # https://github.com/pypa/cibuildwheel/pull/1169
@@ -152,7 +152,7 @@ jobs:
         run: python3 ./tools/build/copy_to_binary.py
 
       - name: Build wheels
-        uses: pypa/cibuildwheel@v2.23.3
+        uses: pypa/cibuildwheel@v3.1.4
         with:
           package-dir: psycopg_binary
         env:
@@ -190,7 +190,7 @@ jobs:
       matrix:
         # Might want to add win32, untested at the moment.
         arch: [win_amd64]
-        pyver: [cp38, cp39, cp310, cp311, cp312, cp313, cp314-dev]
+        pyver: [cp38, cp39, cp310, cp311, cp312, cp313, cp314]
 
     defaults:
       run:
@@ -223,7 +223,7 @@ jobs:
         run: python3 ./tools/build/copy_to_binary.py
 
       - name: Build wheels
-        uses: pypa/cibuildwheel@v2.23.3
+        uses: pypa/cibuildwheel@v3.1.4
         with:
           package-dir: psycopg_binary
         env: