summaryrefslogtreecommitdiffstats
path: root/source/kde/kde/patch/extra-cmake-modules/extra-cmake-modules.max.python.version.patch
blob: 4c720158e86c770d9817f13a27dcc7c54e39cb05 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./find-modules/FindPythonModuleGeneration.cmake.orig	2021-08-31 23:23:13.000000000 -0500
+++ ./find-modules/FindPythonModuleGeneration.cmake	2021-10-09 00:28:33.070346128 -0500
@@ -162,7 +162,7 @@
 
 if (NOT GPB_PYTHON3_LIBRARY)
   set(_PYTHON3_MIN_VERSION 4)
-  set(_PYTHON3_MAX_VERSION 10)
+  set(_PYTHON3_MAX_VERSION 11)
 
   _find_python(3 ${_PYTHON3_MAX_VERSION}) # Canary check