File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 22build-backend = " mesonpy"
33requires = [
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 ]
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments