Skip to content

Commit cd52044

Browse files
committed
Cython version check
1 parent 25236cf commit cd52044

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
@@ -78,7 +78,7 @@ def find_version(*file_paths):
7878
# here.
7979
# Restricted version because python-for-android's recipes can't handle
8080
# later versions.
81-
'cython<3.12'
81+
'cython<=3.2.0'
8282
],
8383
extras_require={
8484
'test': ['pytest'],

0 commit comments

Comments
 (0)