aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorfuzzard <fuzzard@users.noreply.github.com>2022-11-01 06:44:21 +1000
committerGitHub <noreply@github.com>2022-11-01 06:44:21 +1000
commit1f61ce445abaaeaa5c27bb48413d2c5c40671354 (patch)
treeb2056b160a9978e9ee1dbf09efc071498d839f11 /cmake
parentf8ecdfaf4a40bc881428d523c98c5d1defff2b90 (diff)
parent87c0f20729dcf711fc4bad18b5e316ba29f6a1e1 (diff)
Merge pull request #22067 from fuzzard/depends_python311
[tools/depends] Bump python 3.11
Diffstat (limited to 'cmake')
-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()