This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 373c1c9cb96 Removes unsupported Python 3.6 from the release validation 
script (#17397)
373c1c9cb96 is described below

commit 373c1c9cb96d77220494b6dbfb1467704639e700
Author: Chamikara Jayalath <chamikar...@gmail.com>
AuthorDate: Thu Apr 21 08:10:21 2022 -0700

    Removes unsupported Python 3.6 from the release validation script (#17397)
---
 release/src/main/scripts/run_rc_validation.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release/src/main/scripts/run_rc_validation.sh 
b/release/src/main/scripts/run_rc_validation.sh
index 69f98ae0b3c..a39fbea23ec 100755
--- a/release/src/main/scripts/run_rc_validation.sh
+++ b/release/src/main/scripts/run_rc_validation.sh
@@ -83,7 +83,7 @@ HUB_VERSION=2.12.0
 HUB_ARTIFACTS_NAME=hub-linux-amd64-${HUB_VERSION}
 BACKUP_BASHRC=.bashrc_backup_$(date +"%Y%m%d%H%M%S")
 BACKUP_M2=settings_backup_$(date +"%Y%m%d%H%M%S").xml
-declare -a PYTHON_VERSIONS_TO_VALIDATE=("python3.6" "python3.8")
+declare -a PYTHON_VERSIONS_TO_VALIDATE=("python3.8")
 
 echo ""
 echo "====================Checking Environment & Variables================="

Reply via email to