kaxil commented on a change in pull request #6516: [AIRFLOW-5704] Improve Kind
Kubernetes scripts for local testing
URL: https://github.com/apache/airflow/pull/6516#discussion_r365488693
##########
File path: scripts/ci/local_ci_enter_environment.sh
##########
@@ -21,7 +21,7 @@ MY_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
export RUN_TESTS="false"
export MOUNT_LOCAL_SOURCES="true"
-export PYTHON_VERSION=${PYTHON_VERSION:="3.6"}
+export PYTHON_VERSION=${PYTHON_VERSION:="3.5"}
Review comment:
```suggestion
export PYTHON_VERSION=${PYTHON_VERSION:="3.6"}
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services