Skip to content

Commit d07ea66

Browse files
authored
Update to cibuildwheel v3.2.1 (want Python 3.14 wheels)
1 parent 1ed914c commit d07ea66

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
# Install numpy with a wheel (do NOT compile it):
1717
CIBW_BEFORE_BUILD: "pip install --only-binary :all: -r requirements.txt"
1818
# There are/were no numpy wheels for these:
19-
CIBW_SKIP: pp310-* cp310-manylinux_i686 cp311-manylinux_i686 cp312-manylinux_i686 *-musllinux_*
19+
CIBW_SKIP: pp310-* cp3*-manylinux_i686 *-musllinux_*
2020
# configure cibuildwheel to build native arch & aarch64 too
2121
CIBW_ARCHS_LINUX: auto aarch64
2222
# Quick test with C code using NumPy C API:
2323
CIBW_TEST_COMMAND: "python {package}/Tests/test_Cluster.py"
2424

2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
with:
2828
fetch-depth: 0 # Optional
2929
submodules: true # Optional, use if you have submodules
@@ -44,7 +44,7 @@ jobs:
4444
cd ..
4545
4646
- name: Build wheels
47-
uses: pypa/cibuildwheel@v2.20.0
47+
uses: pypa/cibuildwheel@v3.2.1
4848
with:
4949
package-dir: biopython
5050
output-dir: wheelhouse

0 commit comments

Comments
 (0)