[Bf-blender-cvs] [725cc959c73] master: install_deps: Update python default version to 3.7.7.

Bastien Montagne noreply at git.blender.org
Sun Jun 14 09:43:13 CEST 2020


Commit: 725cc959c7318b9860e7140951b607f7ef1db2f8
Author: Bastien Montagne
Date:   Sun Jun 14 09:42:20 2020 +0200
Branches: master
https://developer.blender.org/rB725cc959c7318b9860e7140951b607f7ef1db2f8

install_deps: Update python default version to 3.7.7.

Re T77846.

===================================================================

M	build_files/build_environment/install_deps.sh

===================================================================

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



More information about the Bf-blender-cvs mailing list