[Bf-blender-cvs] [b9718899fa6] blender-v3.1-release: Python: default to version to 3.10 for Linux

Campbell Barton noreply at git.blender.org
Mon Jan 31 14:00:33 CET 2022


Commit: b9718899fa6448e96868de4e56a5a12835381ae1
Author: Campbell Barton
Date:   Mon Jan 31 23:57:10 2022 +1100
Branches: blender-v3.1-release
https://developer.blender.org/rBb9718899fa6448e96868de4e56a5a12835381ae1

Python: default to version to 3.10 for Linux

This doesn't bump the minimum version, see D13943.

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

M	build_files/cmake/Modules/FindPythonLibsUnix.cmake

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

diff --git a/build_files/cmake/Modules/FindPythonLibsUnix.cmake b/build_files/cmake/Modules/FindPythonLibsUnix.cmake
index a6fb463432b..e0fe8dd00cb 100644
--- a/build_files/cmake/Modules/FindPythonLibsUnix.cmake
+++ b/build_files/cmake/Modules/FindPythonLibsUnix.cmake
@@ -34,7 +34,7 @@ IF(NOT PYTHON_ROOT_DIR AND NOT $ENV{PYTHON_ROOT_DIR} STREQUAL "")
   SET(PYTHON_ROOT_DIR $ENV{PYTHON_ROOT_DIR})
 ENDIF()
 
-SET(PYTHON_VERSION 3.9 CACHE STRING "Python Version (major and minor only)")
+SET(PYTHON_VERSION 3.10 CACHE STRING "Python Version (major and minor only)")
 MARK_AS_ADVANCED(PYTHON_VERSION)



More information about the Bf-blender-cvs mailing list