Bump cython max version.

This commit is contained in:
matham 2019-05-29 13:04:13 -04:00
parent 7b8a397089
commit b62c854f48
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ def get_version(filename='kivy/version.py'):
MIN_CYTHON_STRING = '0.24'
MIN_CYTHON_VERSION = LooseVersion(MIN_CYTHON_STRING)
MAX_CYTHON_STRING = '0.29.7'
MAX_CYTHON_STRING = '0.29.9'
MAX_CYTHON_VERSION = LooseVersion(MAX_CYTHON_STRING)
CYTHON_UNSUPPORTED = (
# ref https://github.com/cython/cython/issues/1968