From 779ea9a35d13c94e5deaa726ab5cd67347ba839b Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Thu, 28 Sep 2023 23:09:43 +0200 Subject: [PATCH] GH-37803: [Python][CI] Pin setuptools_scm to fix release verification scripts (#37930) Follow-up on https://github.com/apache/arrow/pull/37819, which missed one place to add a pin for the release verification scripts * Closes: #37803 Authored-by: Joris Van den Bossche Signed-off-by: Sutou Kouhei --- 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 77b996766f78c..ae28ebe792404 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