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:
authorCampbell Barton <campbell@blender.org>2022-02-22 02:18:15 +0300
committerCampbell Barton <campbell@blender.org>2022-02-22 02:18:15 +0300
commitca12696257ac0acd34dd5481b74f33feca9a4c14 (patch)
tree00f40195c197447cad12567acc0540d3ac12d409 /build_files
parentb13bf8556b8d4d8456deb8fa769ce963aed47065 (diff)
parentec5bbebf3ee165869eba5e980d22f261d4d06f68 (diff)
Merge branch 'blender-v3.1-release'
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 3d0f6cacb56..41c6fa495d8 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -366,7 +366,7 @@ CLANG_FORMAT_VERSION_MEX="14.0"
PYTHON_VERSION="3.10.2"
PYTHON_VERSION_SHORT="3.10"
-PYTHON_VERSION_MIN="3.9"
+PYTHON_VERSION_MIN="3.10"
PYTHON_VERSION_MEX="3.12"
PYTHON_VERSION_INSTALLED=$PYTHON_VERSION_SHORT
PYTHON_FORCE_BUILD=false