Skip to content

Commit

Permalink
Unrestrict the maximum Cython version
Browse files Browse the repository at this point in the history
So that we can build with Cython 3.
  • Loading branch information
stefanor committed Nov 25, 2023
1 parent 7e17d71 commit ebc6a79
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 @@ -208,7 +208,7 @@ def run(self):
"Topic :: Text Processing :: Indexing",
"Topic :: Text Processing :: Linguistic",
],
setup_requires=['Cython>=0.28.5,<1.0', 'setuptools>=18.0'],
setup_requires=['Cython>=0.28.5', 'setuptools>=18.0'],
ext_modules=[
C_EXTENSION
],
Expand Down

0 comments on commit ebc6a79

Please sign in to comment.