Skip to content

Commit

Permalink
Pin to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
gherceg committed Sep 9, 2024
1 parent ede28b5 commit 27e9aa1
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 @@ -20,7 +20,7 @@
Extension('jsonobject.utils', ["jsonobject/utils" + ext],),
]

CYTHON_REQUIRES = ['cython==3.0.11']
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 27e9aa1

Please sign in to comment.