From d9ef794ef6a03c2d7e0b1476cc0d29a008040095 Mon Sep 17 00:00:00 2001 From: Mick Semb Wever Date: Thu, 10 Nov 2022 12:08:04 +0100 Subject: [PATCH] Upgrade Cython, minimum required now is 0.27.2 patch by Mick Semb Wever; reviewed by Berenguer Blasi for CASSANDRA-18028 --- pylib/cassandra-cqlsh-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylib/cassandra-cqlsh-tests.sh b/pylib/cassandra-cqlsh-tests.sh index a746dac82b..46c3119545 100755 --- a/pylib/cassandra-cqlsh-tests.sh +++ b/pylib/cassandra-cqlsh-tests.sh @@ -63,7 +63,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