Upgrade cython

Patch by brandonwilliams; reviewed by bereng for CASSANDRA-18121
This commit is contained in:
Brandon Williams 2023-01-17 14:18:56 -06:00
parent 4d192f728c
commit 51e3149169
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ pip freeze
if [ "$cython" = "yes" ]; then
TESTSUITE_NAME="${TESTSUITE_NAME}.cython"
pip install "Cython>=0.27.2,<0.28"
pip install "Cython>=0.29.15,<3.0"
cd pylib/; python setup.py build_ext --inplace
cd ${WORKSPACE}
else