From f82c2ba273974315dc807854b3cdd0e269c3c9bd Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Sat, 12 Oct 2024 17:15:54 +0900 Subject: [PATCH] Pin Python too --- dev/release/verify-release-candidate.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev/release/verify-release-candidate.sh b/dev/release/verify-release-candidate.sh index bf1f585581dcf..178d8cd458048 100755 --- a/dev/release/verify-release-candidate.sh +++ b/dev/release/verify-release-candidate.sh @@ -775,7 +775,9 @@ test_glib() { show_header "Build and test C GLib libraries" # Build and test C GLib - maybe_setup_conda glib gobject-introspection meson ninja ruby + # We can remove '==2.80.5' and 'python<3.13' once + # https://github.com/conda-forge/glib-feedstock/issues/191 is fixed. + maybe_setup_conda glib==2.80.5 gobject-introspection meson ninja 'python<3.13' ruby maybe_setup_virtualenv meson # Install bundler if doesn't exist