Skip to content

Commit

Permalink
Tested with cython 0.29.7
Browse files Browse the repository at this point in the history
  • Loading branch information
matham authored and tshirtman committed Apr 22, 2019
1 parent 359662e commit 82c119e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,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.6'
MAX_CYTHON_STRING = '0.29.7'
MAX_CYTHON_VERSION = LooseVersion(MAX_CYTHON_STRING)
CYTHON_UNSUPPORTED = (
# ref https://github.com/cython/cython/issues/1968
Expand Down

0 comments on commit 82c119e

Please sign in to comment.