Skip to content

Commit 8637246

Browse files
Update dependency cython to v3
1 parent 6a74334 commit 8637246

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def find_version(*file_paths):
6060
# here.
6161
# Restricted version because python-for-android's recipes can't handle
6262
# later versions.
63-
'cython<3.0'
63+
'cython<3.3'
6464
],
6565
extras_require={
6666
'test': ['pytest'],

0 commit comments

Comments
 (0)