This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit f9b48bb3bd31127d8ba5f7d5a9118994db1567dd 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 (cherry picked from commit 98d906743689c4e0068db7a8b0d10f2486638a3b) --- 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 026795e..817727b 100644 --- a/scripts/ci/libraries/_initialization.sh +++ b/scripts/ci/libraries/_initialization.sh @@ -619,7 +619,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}}
