Skip to content

Commit

Permalink
Require Cython<3 instead of Cython
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak committed Jul 20, 2023
1 parent adf8985 commit 749da69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -136,6 +136,6 @@ def find_version():
"Programming Language :: Python :: 3.9",
],
ext_modules=modules,
setup_requires=["Cython"],
setup_requires=["Cython<3"],
install_requires=["setuptools>=19.0"],
)

1 comment on commit 749da69

@chenrui333
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you make patch release for this change? Thanks!

relates to Homebrew/homebrew-core#137187

Please sign in to comment.