Skip to content

Commit f0a2a2c

Browse files
Update dependency cython to v3
1 parent 0988746 commit f0a2a2c

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.1'
8383
],
8484
extras_require={
8585
'test': ['pytest'],

0 commit comments

Comments
 (0)