From: Daniele Varrazzo Date: Tue, 26 Aug 2025 15:54:24 +0000 (+0200) Subject: chore: bump cibuildwheel to 3.1.4 X-Git-Tag: 3.2.10~8^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b2278bc27922a83317fe1d40845f33d137ed43fc;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 f62ee92b6..f0abba064 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, 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: