Skip to content

Commit

Permalink
Build wheel for armv7
Browse files Browse the repository at this point in the history
  • Loading branch information
Pluviolithic committed Jan 10, 2025
1 parent 3d60029 commit b1273f1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
# macos-13 is an intel runner, macos-14 is apple silicon
os: [ubuntu-latest, macos-13, macos-14]
arch: [auto, aarch64]
arch: [auto, aarch64, armv7l]
python: [cp37-*, cp38-*, cp39-*, cp310-*, cp311-*, cp312-*, cp313-*]
include:
- os: macos-13
Expand All @@ -21,12 +21,16 @@ jobs:
exclude:
- os: macos-13
arch: aarch64
- os: macos-13
arch: armv7l
- os: macos-13
python: cp37-*
- os: macos-13
python: cp310-*
- os: macos-14
arch: aarch64
- os: macos-14
arch: armv7l
- os: macos-14
python: cp37-*

Expand Down

0 comments on commit b1273f1

Please sign in to comment.