Skip to content

Commit 939a82d

Browse files
committed
update minimum cython version to 3.0
1 parent 94ca681 commit 939a82d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def configuration(parent_package="", top_path=None):
2424
python_requires=">=3.8",
2525
setup_requires=[
2626
"numpy>=1.8",
27-
"cython>=0.29.31",
27+
"cython>=3.0",
2828
],
2929
install_requires=[
3030
'numpy>=1.8',

0 commit comments

Comments
 (0)