Skip to content

Commit

Permalink
Use Cython 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jlumpe committed Aug 4, 2024
1 parent d4d47ef commit f8b9983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = [
"setuptools",
"wheel",
"Cython ~= 0.27",
"Cython >= 3.0",
# If the Numpy version is different at runtime than build time, the build version should be
# lower as the ABI is forward- but not backwards-compatible.
"oldest-supported-numpy",
Expand Down

0 comments on commit f8b9983

Please sign in to comment.