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 f6933a0419
commit b43293e200
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ pip freeze
if [ "$cython" = "yes" ]; then if [ "$cython" = "yes" ]; then
TESTSUITE_NAME="${TESTSUITE_NAME}.cython" 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 pylib/; python setup.py build_ext --inplace
cd ${WORKSPACE} cd ${WORKSPACE}
else else