mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-3.11' into cassandra-4.0
* cassandra-3.11: Upgrade Cython, minimum required now is 0.27.2
This commit is contained in:
commit
38806e795b
|
|
@ -86,7 +86,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
|
||||
|
|
|
|||
Loading…
Reference in New Issue