Skip to content

Commit

Permalink
Pin build dependencies to unreleased version to fix wheel build
Browse files Browse the repository at this point in the history
Require unreleased version of Meson to fix Python 3.7 on macOS and
Linux build with cibuildwheel, see mesonbuild/meson#11097.  Require
unreleased meson-python to enable cross compilation on macOS.
  • Loading branch information
dnicolodi committed Nov 26, 2022
1 parent 6c98817 commit f18ab73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[build-system]
requires = [
"cython >= 3.0.0a11",
"meson >= 0.63.3",
"meson-python >= 0.11.0",
"meson @ git+https://github.com/mesonbuild/meson.git@9d1b59fa7ff1a1a31599a04a02c48c6b41026c2c",
"meson-python @ git+https://github.com/dnicolodi/meson-python.git@macos-platform-tag",
]
build-backend = "mesonpy"

Expand Down

0 comments on commit f18ab73

Please sign in to comment.