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.
This commit is contained in:
Bastien Montagne 2021-02-25 11:50:38 +01:00
parent de25b79ff5
commit adf1525171
Notes: blender-bot 2023-02-14 06:19:41 +01:00
Referenced by issue #85365, Libraries Changes for Blender 2.93
1 changed files with 2 additions and 2 deletions

View File

@ -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