Skip to content

Commit 2889a3e

Browse files
author
Matthias Koeppe
committed
pyproject.toml: Require Cython >= 3
1 parent a93e17c commit 2889a3e

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,6 +1,6 @@
11
[build-system]
22
requires = ["setuptools",
3-
"Cython>=0.29",
3+
"Cython>=3.0",
44
"cysignals>=1.7"]
55
# We need access to the autogen package at build time.
66
# Hence we declare a custom build backend.

0 commit comments

Comments
 (0)