Skip to content

Commit c48ea7e

Browse files
authored
Merge pull request #9 from jcapriot/cython-version
update minimum cython version to 3.0
2 parents 94ca681 + 939a82d commit c48ea7e

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)