8000 Merge pull request #26365 from charris/fix-cirrus · numpy/numpy@93fdebf · GitHub
[go: up one dir, main page]

Skip to content

Commit 93fdebf

Browse files
authored
Merge pull request #26365 from charris/fix-cirrus
MAINT: Fix macos arm64 wheel builds [wheel build]
2 parents 4bb5291 + 62eb80b commit 93fdebf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
build-backend = "mesonpy"
33
requires = [
44
"Cython>=0.29.34,<3.1",
5-
"meson-python>=0.15.0",
5+
"meson-python>=0.15.0,<0.16.0",
66
]
77

88
[project]

tools/ci/cirrus_wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ macosx_arm64_task:
6868
CIBW_PRERELEASE_PYTHONS: True
6969
CIBW_BUILD: cp312-*
7070
env:
71-
PATH: /opt/homebrew/opt/python@3.10/bin:/usr/local/lib:/usr/local/include:$PATH
71+
PATH: /opt/homebrew/opt/python@3.10/libexec/bin:/usr/local/lib:/usr/local/include:$PATH
7272
CIBW_ARCHS: arm64
7373
# Specifying CIBW_ENVIRONMENT_MACOS overrides pyproject.toml, so include
7474
# all the settings from there, otherwise they're lost.
@@ -86,7 +86,6 @@ macosx_arm64_task:
8686
8787
build_script:
8888
- brew install python@3.10
89-
- ln -sf python3 /opt/homebrew/opt/python@3.10/libexec/bin/python
9089
- which python
9190
# needed for submodules
9291
- git submodule update --init

0 commit comments

Comments
 (0)
0