From b43293e200dd95c98bfb3ee436fe05bb18da114f Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Tue, 17 Jan 2023 14:18:56 -0600 Subject: [PATCH] Upgrade cython Patch by brandonwilliams; reviewed by bereng for CASSANDRA-18121 --- 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 f039ba8cf8..b2d2c500ae 100755 --- a/pylib/cassandra-cqlsh-tests.sh +++ b/pylib/cassandra-cqlsh-tests.sh @@ -89,7 +89,7 @@ pip freeze if [ "$cython" = "yes" ]; then 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 ${WORKSPACE} else