This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git
commit 51e31491695566cdf3e3114d05e592840d3621f1 Author: Brandon Williams <brandonwilli...@apache.org> AuthorDate: Tue Jan 17 14:18:56 2023 -0600 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 ebdba4efaa..ad6ae75368 100755 --- a/pylib/cassandra-cqlsh-tests.sh +++ b/pylib/cassandra-cqlsh-tests.sh @@ -81,7 +81,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 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org