Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <bastien@blender.org>2020-06-14 10:42:20 +0300
committerBastien Montagne <bastien@blender.org>2020-06-14 10:42:20 +0300
commit725cc959c7318b9860e7140951b607f7ef1db2f8 (patch)
treede671270f5ee8bf7ebc6a83a52b1f393037d5d27 /build_files
parentb325ecef9c267c01ed4e6cdff50292ba87f16220 (diff)
install_deps: Update python default version to 3.7.7.
Re T77846.
Diffstat (limited to 'build_files')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index 06d9cc4aa06..24156f3e2ca 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -376,7 +376,7 @@ USE_CXX11=true
CLANG_FORMAT_VERSION_MIN="6.0"
-PYTHON_VERSION="3.7.4"
+PYTHON_VERSION="3.7.7"
PYTHON_VERSION_MIN="3.7"
PYTHON_VERSION_INSTALLED=$PYTHON_VERSION_MIN
PYTHON_FORCE_BUILD=false