mirror of https://github.com/kivy/kivy.git
Bump cython to 0.29.21.
This commit is contained in:
parent
86c88f6364
commit
0d3bc288f6
|
@ -1,7 +1,7 @@
|
|||
[build-system]
|
||||
requires = [
|
||||
"setuptools", "wheel",
|
||||
"cython>=0.24,<=0.29.14,!=0.27,!=0.27.2",
|
||||
"cython>=0.24,<=0.29.21,!=0.27,!=0.27.2",
|
||||
'kivy_deps.gstreamer_dev~=0.3.1; sys_platform == "win32"',
|
||||
'kivy_deps.sdl2_dev~=0.3.1; sys_platform == "win32"',
|
||||
'kivy_deps.glew_dev~=0.3.0; sys_platform == "win32"',
|
||||
|
|
Loading…
Reference in New Issue