Skip to content

Commit f5c964f

Browse files
committed
BLD: require meson-python >=0.18.0.dev0 for PEP 639 support
[ci skip]
1 parent 3d31cac commit f5c964f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[build-system]
88
build-backend = "mesonpy"
99
requires = [
10-
"meson-python>=0.16.0",
10+
"meson-python>=0.18.0.dev0",
1111
"Cython>=3.0.4",
1212

1313
# numpy requirement for wheel builds for distribution on PyPI - building

0 commit comments

Comments
 (0)