8000 BLD: update minimum Cython version to 3.0.6 · numpy/numpy@13ac7be · GitHub
[go: up one dir, main page]

Skip to content

Commit 13ac7be

Browse files
committed
BLD: update minimum Cython version to 3.0.6
Needed to include the bug fix for using complex types with C11 (Cython PR 5809).
1 parent 62cf37e commit 13ac7be

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
@@ -2,7 +2,7 @@
22
build-backend = "mesonpy"
33
requires = [
44
"meson-python>=0.15.0",
5-
"Cython>=3.0",
5+
"Cython>=3.0.6",
66
]
77

88
[project]

0 commit comments

Comments
 (0)
0