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:
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:
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
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:
fail-fast: false
matrix:
arch: [win_amd64]
- pyver: [cp310, cp311, cp312, cp313, cp314-dev]
+ pyver: [cp310, cp311, cp312, cp313, cp314]
defaults:
run:
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: