File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ Bug Fixes
55---------
66* is_idempotent flag is not propagated from PreparedStatement to BoundStatement (PYTHON-736)
77
8+ Other
9+ -----
10+ * Bump Cython dependency version to 0.25.2 (PYTHON-754)
11+
8123.10.0
913======
1014May 24, 2017
Original file line number Diff line number Diff line change @@ -388,7 +388,7 @@ def run_setup(extensions):
388388# 1.) build_ext eats errors at compile time, letting the install complete while producing useful feedback
389389# 2.) there could be a case where the python environment has cython installed but the system doesn't have build tools
390390if pre_build_check ():
391- cython_dep = 'Cython>=0.20,< 0.25'
391+ cython_dep = 'Cython>=0.20,!= 0.25,<0.26 '
392392user_specified_cython_version = os .environ .get ('CASS_DRIVER_ALLOWED_CYTHON_VERSION' )
393393if user_specified_cython_version is not None :
394394cython_dep = 'Cython==%s' % (user_specified_cython_version ,)
You can’t perform that action at this time.
0 commit comments