This is an automated email from the ASF dual-hosted git repository.

mck pushed a commit to branch cassandra-3.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/cassandra-3.0 by this push:
     new d9ef794ef6 Upgrade Cython, minimum required now is 0.27.2
d9ef794ef6 is described below

commit d9ef794ef6a03c2d7e0b1476cc0d29a008040095
Author: Mick Semb Wever <[email protected]>
AuthorDate: Thu Nov 10 12:08:04 2022 +0100

    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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to