Skip to content

Commit

Permalink
Merge pull request #9 from jcapriot/cython-version
Browse files Browse the repository at this point in the history
update minimum cython version to 3.0
  • Loading branch information
jcapriot authored Nov 15, 2023
2 parents 94ca681 + 939a82d commit c48ea7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def configuration(parent_package="", top_path=None):
python_requires=">=3.8",
setup_requires=[
"numpy>=1.8",
"cython>=0.29.31",
"cython>=3.0",
],
install_requires=[
'numpy>=1.8',
Expand Down

0 comments on commit c48ea7e

Please sign in to comment.