We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63dcd36 + 822a925 commit e464955Copy full SHA for e464955
setup.py
@@ -406,7 +406,7 @@ def run_setup(extensions):
406
# 1.) build_ext eats errors at compile time, letting the install complete while producing useful feedback
407
# 2.) there could be a case where the python environment has cython installed but the system doesn't have build tools
408
if pre_build_check():
409
- cython_dep = 'Cython>=0.20,!=0.25,<0.30'
+ cython_dep = 'Cython>=3.0.11,<4'
410
user_specified_cython_version = os.environ.get('CASS_DRIVER_ALLOWED_CYTHON_VERSION')
411
if user_specified_cython_version is not None:
412
cython_dep = 'Cython==%s' % (user_specified_cython_version,)
0 commit comments