Skip to content

Commit b674a57

Browse files
committed
Re-add support for Cython 3
Signed-off-by: Jordan Borean <jborean93@gmail.com>
1 parent 5c316ec commit b674a57

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[build-system]
22
requires = [
33
# 0.29.29 includes fixes for Python 3.11
4-
# Cannot use 3 until https://github.com/cython/cython/issues/5665 is fixed
5-
"Cython >= 0.29.29, < 3.0.0",
4+
"Cython >= 3.0.3, < 4.0.0",
65
"setuptools >= 40.6.0", # Start of PEP 517 support for setuptools
76
]
87
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)