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:
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:
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
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:
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:
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: