Skip to content

Commit e9a3271

Browse files
Update dependency cython to v3
1 parent abc2d7e commit e9a3271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def find_version(*file_paths):
7979
# here.
8080
# Restricted version because python-for-android's recipes can't handle
8181
# later versions.
82-
'cython<3.0'
82+
'cython<3.2'
8383
],
8484
extras_require={
8585
'test': ['pytest'],

0 commit comments

Comments
 (0)