From f8f040ae8c2b7f962bbf54af66a6b653aa716af9 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Tue, 26 Aug 2025 17:54:24 +0200 Subject: [PATCH] chore: bump cibuildwheel to 3.1.4 It should help with Python 3.14 builds. --- .github/workflows/packages-bin.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/packages-bin.yml b/.github/workflows/packages-bin.yml index a73d93c39..3e2cfdf6f 100644 --- a/.github/workflows/packages-bin.yml +++ b/.github/workflows/packages-bin.yml @@ -50,7 +50,7 @@ jobs: fail-fast: false matrix: arch: [x86_64, ppc64le, aarch64] - pyver: [cp310, cp311, cp312, cp313, cp314-dev] + pyver: [cp310, cp311, cp312, cp313, cp314] platform: [manylinux, musllinux] steps: @@ -73,7 +73,7 @@ jobs: run: python3 ./tools/ci/copy_to_binary.py - name: Build wheels - uses: pypa/cibuildwheel@v3.0.0 + uses: pypa/cibuildwheel@v3.1.4 with: package-dir: psycopg_binary env: @@ -130,7 +130,7 @@ jobs: fail-fast: false matrix: arch: [x86_64, arm64] - pyver: [cp310, cp311, cp312, cp313, cp314-dev] + pyver: [cp310, cp311, cp312, cp313, cp314] steps: - name: Checkout repos @@ -146,7 +146,7 @@ jobs: run: python3 ./tools/ci/copy_to_binary.py - name: Build wheels - uses: pypa/cibuildwheel@v3.0.0 + uses: pypa/cibuildwheel@v3.1.4 with: package-dir: psycopg_binary env: @@ -183,7 +183,7 @@ jobs: fail-fast: false matrix: arch: [win_amd64] - pyver: [cp310, cp311, cp312, cp313, cp314-dev] + pyver: [cp310, cp311, cp312, cp313, cp314] defaults: run: @@ -216,7 +216,7 @@ jobs: run: python3 ./tools/ci/copy_to_binary.py - name: Build wheels - uses: pypa/cibuildwheel@v3.0.0 + uses: pypa/cibuildwheel@v3.1.4 with: package-dir: psycopg_binary env: -- 2.47.3