Skip to content

Commit e7ca0ef

Browse files
TEMP; Try using cibuildwheel latest for ARM64
1 parent 4a04228 commit e7ca0ef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/code.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
# Python 3.14 isn't supported on lower versions of cibuildwheel, so conditionally install when required
100100
run: |
101101
pip install build
102-
[ ${{matrix.python }} == "cp314" ] && pip install cibuildwheel || pip install cibuildwheel==2.23.3
102+
[ ${{matrix.python }} == "cp314" || ${{runner.arch}} == "ARM64" ] && pip install cibuildwheel || pip install cibuildwheel==2.23.3
103103
pip freeze
104104
shell: bash
105105

@@ -139,8 +139,8 @@ jobs:
139139
strategy:
140140
fail-fast: false
141141
matrix:
142-
os: [ubuntu-latest, windows-latest, macos-15-intel]
143-
python: [cp37, cp38, cp39, cp310, cp311, cp312, cp313, ubuntu-24.04-arm, windows-11-arm]
142+
os: [ubuntu-latest, windows-latest, macos-15-intel, ubuntu-24.04-arm, windows-11-arm]
143+
python: [cp37, cp38, cp39, cp310, cp311, cp312, cp313]
144144

145145
exclude:
146146
# Exclude Windows + Python 3.9 as p4p can't build there, due to numpy bug #27224

0 commit comments

Comments
 (0)