[Bf-blender-cvs] [adf15251716] master: install_deps: bump python version to 3.9.2.

Bastien Montagne noreply at git.blender.org
Thu Feb 25 11:52:19 CET 2021


Commit: adf1525171668b07a858e06982e8fae750716c3d
Author: Bastien Montagne
Date:   Thu Feb 25 11:50:38 2021 +0100
Branches: master
https://developer.blender.org/rBadf1525171668b07a858e06982e8fae750716c3d

install_deps: bump python version to 3.9.2.

Also bump exlusive maximal version to 3.11, since 3.10 is now supported.

Re T85365.

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

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 8ae08fa0c9c..1cff996e924 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -376,10 +376,10 @@ USE_CXX11=true
 CLANG_FORMAT_VERSION_MIN="6.0"
 CLANG_FORMAT_VERSION_MAX="10.0"
 
-PYTHON_VERSION="3.9.1"
+PYTHON_VERSION="3.9.2"
 PYTHON_VERSION_SHORT="3.9"
 PYTHON_VERSION_MIN="3.7"
-PYTHON_VERSION_MAX="3.10"
+PYTHON_VERSION_MAX="3.11"
 PYTHON_VERSION_INSTALLED=$PYTHON_VERSION_SHORT
 PYTHON_FORCE_BUILD=false
 PYTHON_FORCE_REBUILD=false



More information about the Bf-blender-cvs mailing list