From 139afbfe28a6e5b2a9dd4bcf822eca0af2edee83 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Thu, 28 Sep 2023 14:21:51 +0200 Subject: [PATCH] GH-37803: [Python][CI] Pin setuptools_scm to fix release verification scripts --- dev/release/verify-release-candidate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/release/verify-release-candidate.sh b/dev/release/verify-release-candidate.sh index 77b996766f7..ae28ebe7924 100755 --- a/dev/release/verify-release-candidate.sh +++ b/dev/release/verify-release-candidate.sh @@ -666,7 +666,7 @@ test_python() { show_header "Build and test Python libraries" # Build and test Python - maybe_setup_virtualenv "cython<3" numpy setuptools_scm setuptools || exit 1 + maybe_setup_virtualenv "cython<3" numpy "setuptools_scm<8.0.0" setuptools || exit 1 maybe_setup_conda --file ci/conda_env_python.txt || exit 1 if [ "${USE_CONDA}" -gt 0 ]; then