update max cython to 0.21.2

This commit is contained in:
Ryan Pessa 2015-02-21 15:22:28 -06:00
parent 80a1464d1b
commit fd10131cd8
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ from time import sleep
MIN_CYTHON_STRING = '0.20.0'
MIN_CYTHON_VERSION = LooseVersion(MIN_CYTHON_STRING)
MAX_CYTHON_STRING = '0.21.1'
MAX_CYTHON_STRING = '0.21.2'
MAX_CYTHON_VERSION = LooseVersion(MAX_CYTHON_STRING)
CYTHON_UNSUPPORTED = (
LooseVersion('0.22'),