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:
authorSybren A. Stüvel <sybren@blender.org>2019-08-02 17:49:14 +0300
committerSybren A. Stüvel <sybren@blender.org>2019-08-02 17:49:26 +0300
commit454daf9b6b87d008e66650927109511f1c1befd2 (patch)
tree126308cf19ebad00bbac6a8a80be4af3376161f5 /build_files/build_environment/install_deps.sh
parent53ae209d25a5741fe32fc403a4428966e8fca4dd (diff)
Upgrade Python from 3.7.0 to 3.7.4
Diffstat (limited to 'build_files/build_environment/install_deps.sh')
-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 5cf005d60ce..e4f03480385 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -303,7 +303,7 @@ USE_CXX11=true
CLANG_FORMAT_VERSION_MIN="6.0"
-PYTHON_VERSION="3.7.0"
+PYTHON_VERSION="3.7.4"
PYTHON_VERSION_MIN="3.7"
PYTHON_FORCE_BUILD=false
PYTHON_FORCE_REBUILD=false