From 408eae11ae3080e652719c502e766105b0ccc701 Mon Sep 17 00:00:00 2001 From: Mike Graves Date: Fri, 17 Nov 2023 11:40:25 -0500 Subject: [PATCH] Relax the python version in downstream build (#205) --- ci/downstream.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/downstream.sh b/ci/downstream.sh index f2779e6..c6fd659 100755 --- a/ci/downstream.sh +++ b/ci/downstream.sh @@ -145,7 +145,7 @@ f_handle_doc_fragments_workaround() local rendered_fragments="./rendereddocfragments.txt" # FIXME: Check Python interpreter from environment variable to work with prow - PYTHON=${DOWNSTREAM_BUILD_PYTHON:-/usr/bin/python3.6} + PYTHON=${DOWNSTREAM_BUILD_PYTHON:-/usr/bin/python3} f_log_info "Using Python interpreter: ${PYTHON}" # Modules with inherited doc fragments from kubernetes.core that need