Skip to content

Commit 6aff232

Browse files
committed
GH-36756: [CI][Python] Install Cython < 3.0 on verify-release-candidate script (#36757)
### Rationale for this change Some of our verification tasks fail for 13.0.0 ### What changes are included in this PR? Pin Cython to be less than 3.0 ### Are these changes tested? Archery ### Are there any user-facing changes? No * Closes: #36756 Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Joris Van den Bossche <[email protected]>
1 parent c7483af commit 6aff232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/release/verify-release-candidate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ test_python() {
665665
show_header "Build and test Python libraries"
666666

667667
# Build and test Python
668-
maybe_setup_virtualenv cython numpy setuptools_scm setuptools || exit 1
668+
maybe_setup_virtualenv "cython<3" numpy setuptools_scm setuptools || exit 1
669669
maybe_setup_conda --file ci/conda_env_python.txt || exit 1
670670

671671
if [ "${USE_CONDA}" -gt 0 ]; then

0 commit comments

Comments
 (0)