Skip to content

Commit

Permalink
Switch default Python version to 3.7 (#19317)
Browse files Browse the repository at this point in the history
Continuation of apache/airflow#18922

This case was missed and is needed to have correct image tagged for Dockerfiles

GitOrigin-RevId: 98d906743689c4e0068db7a8b0d10f2486638a3b
  • Loading branch information
kaxil authored and Cloud Composer Team committed Jul 10, 2022
1 parent 2961913 commit 02ea4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/libraries/_initialization.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 02ea4ab

Please sign in to comment.