Skip to content

Commit

Permalink
GH-42006: [CI][Python] Install required setuptools_scm>=8.0.0 and set…
Browse files Browse the repository at this point in the history
…uptools>=64 for Python verification
  • Loading branch information
raulcd committed Jun 6, 2024
1 parent 374b8f6 commit ec8ce7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release/verify-release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ test_python() {
show_header "Build and test Python libraries"

# Build and test Python
maybe_setup_virtualenv "cython>=0.29.31" numpy "setuptools_scm<8.0.0" setuptools
maybe_setup_virtualenv "cython>=0.29.31" numpy "setuptools_scm>=8.0.0" "setuptools>=64"
maybe_setup_conda --file ci/conda_env_python.txt

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

0 comments on commit ec8ce7e

Please sign in to comment.