CI: also build wheels for Python 3.12
This commit is contained in:
parent
02784f3806
commit
9b1dae4765
5
.github/workflows/wheels.yml
vendored
5
.github/workflows/wheels.yml
vendored
@ -63,8 +63,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: "3.x"
|
python-version: "3.x"
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
# using fork of cibuildwheel until this is fixed: https://github.com/pypa/cibuildwheel/issues/1504
|
run: pip install cibuildwheel
|
||||||
run: pip install git+https://github.com/anthrotype/cibuildwheel.git@test_command_wheel#egg=cibuildwheel
|
|
||||||
|
|
||||||
- name: Build Wheels
|
- name: Build Wheels
|
||||||
run: python -m cibuildwheel --output-dir wheelhouse .
|
run: python -m cibuildwheel --output-dir wheelhouse .
|
||||||
@ -81,7 +80,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# aarch64 uses qemu so it's slow, build each py version in parallel jobs
|
# aarch64 uses qemu so it's slow, build each py version in parallel jobs
|
||||||
python: [38, 39, 310, 311]
|
python: [38, 39, 310, 311, 312]
|
||||||
arch: [aarch64]
|
arch: [aarch64]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user