We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25236cf commit cd52044Copy full SHA for cd52044
setup.py
@@ -78,7 +78,7 @@ def find_version(*file_paths):
78
# here.
79
# Restricted version because python-for-android's recipes can't handle
80
# later versions.
81
- 'cython<3.12'
+ 'cython<=3.2.0'
82
],
83
extras_require={
84
'test': ['pytest'],
0 commit comments