Skip to content

Commit 4e09fa1

Browse files
committed
pyproject.toml: don't pin meson < 0.50, upstream mesonbuild#5070 bug was fixed
1 parent cb5f9e8 commit 4e09fa1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ requires = [
33
"setuptools",
44
"wheel",
55
"setuptools_scm",
6-
# TODO: remove pinning 'meson<0.50' once mesonbuild/meson#5070 gets fixed
7-
"meson >= 0.48, < 0.50",
6+
"meson >= 0.48",
87
"ninja",
98
]
109
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)