Merge branch 'cassandra-4.0' into cassandra-4.1

* cassandra-4.0:
  Upgrade Cython, minimum required now is 0.27.2
This commit is contained in:
Mick Semb Wever 2022-11-10 14:41:54 +01:00
commit 9fe9b04d85
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
1 changed files with 1 additions and 1 deletions

View File

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