Skip to content

Commit

Permalink
Update Cython pin to version 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyroberts committed Feb 23, 2024
1 parent e5ee2d4 commit 3abe1f3
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 @@ -23,7 +23,7 @@
Extension('jsonobject.utils', ["jsonobject/utils" + ext],),
]

CYTHON_REQUIRES = ['cython>=0.29.21,<1.0.0']
CYTHON_REQUIRES = ['cython>=3.0.0,<4.0.0']
if USE_CYTHON:
from Cython.Build import cythonize
extensions = cythonize(extensions)
Expand Down

0 comments on commit 3abe1f3

Please sign in to comment.