aboutsummaryrefslogtreecommitdiff
path: root/cmake/modules
diff options
context:
space:
mode:
authorfuzzard <fuzzard@kodi.tv>2022-04-03 21:59:39 +0200
committerfuzzard <fuzzard@kodi.tv>2022-10-31 12:56:50 +1000
commitaac453eb5d7d1a79eaf7f5cc208906d808021ac9 (patch)
tree7c4fde183d1ac9d3958e61e4292ef8ebe3ab530f /cmake/modules
parentd37c91b7640c61f3334be352f8b7e1ce336b6ad8 (diff)
[tools/depends] Python 3.11.0
Diffstat (limited to 'cmake/modules')
-rw-r--r--cmake/modules/FindPython.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindPython.cmake b/cmake/modules/FindPython.cmake
index b0c76808c7..782c0f51f6 100644
--- a/cmake/modules/FindPython.cmake
+++ b/cmake/modules/FindPython.cmake
@@ -37,7 +37,7 @@ if(KODI_DEPENDSBUILD
if(KODI_DEPENDSBUILD)
# Force set to tools/depends python version
- set(PYTHON_VER 3.9)
+ set(PYTHON_VER 3.11)
endif()
endif()