From: Daniele Varrazzo Date: Tue, 26 Aug 2025 15:54:24 +0000 (+0200) Subject: chore: bump cibuildwheel to 3.1.4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f8f040ae8c2b7f962bbf54af66a6b653aa716af9;p=thirdparty%2Fpsycopg.git chore: bump cibuildwheel to 3.1.4 It should help with Python 3.14 builds. --- 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: