Bump cython to 0.29.21.

This commit is contained in:
Matthew Einhorn 2020-10-14 17:41:41 -04:00
parent 86c88f6364
commit 0d3bc288f6
2 changed files with 2 additions and 2 deletions

View File

@ -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"',

View File

@ -7,7 +7,7 @@ logging-level=DEBUG
[kivy]
cython_min=0.24
cython_max=0.29.19
cython_max=0.29.21
cython_exclude=0.27,0.27.2
[coverage:run]