Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
- [ubuntu-22.04, musllinux_x86_64, ""]
- [ubuntu-22.04-arm, manylinux_aarch64, ""]
- [ubuntu-22.04-arm, musllinux_aarch64, ""]
- [ubuntu-latest, manylinux_riscv64, ""]
- [macos-15-intel, macosx_x86_64, openblas]

# targeting macos >= 14. Could probably build on macos-14, but it would be a cross-compile
Expand All @@ -68,6 +69,10 @@ jobs:
python: "cp313t"
- buildplat: [ macos-15-intel, macosx_x86_64, openblas ]
python: "cp314t"
- buildplat: [ ubuntu-latest, manylinux_riscv64, "" ]
python: "cp313t"
- buildplat: [ ubuntu-latest, manylinux_riscv64, "" ]
python: "cp314t"
include:
- buildplat: [ ubuntu-22.04, pyodide_wasm32, "" ]
python: "cp313"
Expand Down Expand Up @@ -139,6 +144,16 @@ jobs:
run: |
echo "CIBW_PLATFORM=pyodide" >> "$GITHUB_ENV"

- name: Setup QEMU
if: ${{ matrix.buildplat[1] == 'manylinux_riscv64' }}
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0

- name: manylinux_riscv64 setup
if: ${{ matrix.buildplat[1] == 'manylinux_riscv64' }}
run: |
# Specify the architecture explicitly as we are using QEMU to cross-native-compile
echo "CIBW_ARCHS=riscv64" >> "$GITHUB_ENV"

- name: Build wheels
uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
env:
Expand Down
2 changes: 1 addition & 1 deletion requirements/wheel_test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ setuptools==80.9.0 ; python_version >= '3.12'
hypothesis==6.104.1
pytest==7.4.0
meson==1.9.1
ninja==1.11.1.4; sys_platform != "emscripten"
ninja==1.13.0; sys_platform != "emscripten"
pytest-xdist==3.8.0
threadpoolctl==3.6.0