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

kaxilnaik pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 98d9067  Switch default Python version to 3.7 (#19317)
98d9067 is described below

commit 98d906743689c4e0068db7a8b0d10f2486638a3b
Author: Kaxil Naik <[email protected]>
AuthorDate: Sat Oct 30 01:16:06 2021 +0100

    Switch default Python version to 3.7 (#19317)
    
    Continuation of https://github.com/apache/airflow/pull/18922
    
    This case was missed and is needed to have correct image tagged for 
Dockerfiles
---
 scripts/ci/libraries/_initialization.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/libraries/_initialization.sh 
b/scripts/ci/libraries/_initialization.sh
index 4b3eadc..6d4842a 100644
--- a/scripts/ci/libraries/_initialization.sh
+++ b/scripts/ci/libraries/_initialization.sh
@@ -652,7 +652,7 @@ function initialization::initialize_common_environment() {
 
 function initialization::set_default_python_version_if_empty() {
     # default version of python used to tag the "main" and "latest" images in 
DockerHub
-    export DEFAULT_PYTHON_MAJOR_MINOR_VERSION=3.6
+    export DEFAULT_PYTHON_MAJOR_MINOR_VERSION=3.7
 
     # default python Major/Minor version
     export 
PYTHON_MAJOR_MINOR_VERSION=${PYTHON_MAJOR_MINOR_VERSION:=${DEFAULT_PYTHON_MAJOR_MINOR_VERSION}}

Reply via email to