Skip to content

Commit c4e9b34

Browse files
committed
Change pyproject.toml to build with latest Cython
1 parent 0ef48b3 commit c4e9b34

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
@@ -1,7 +1,7 @@
11
[build-system]
22
build-backend = "mesonpy"
33
requires = [
4-
"Cython>=0.29.34",
4+
"Cython @ git+https://github.com/cython/cython.git@436f8a32ea3a1b0411695db1b974c60434042b5b",
55
"meson-python>=0.13.1",
66
]
77

0 commit comments

Comments
 (0)