summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominique Leuenberger <dimstar@opensuse.org>2022-06-20 16:04:28 +0200
committerGitHub <noreply@github.com>2022-06-20 16:04:28 +0200
commit43eb39d22369cac5844b8b6ff470168d4f72c5b3 (patch)
tree7c3c90dbf2efc9cbf5508cda9be343b37b1f0bb8
parent1d8f02ebfb93d388dbf82c16a0d6c3293681a0eb (diff)
parentf9cf48ecc25676ef245182821b71362074c9845d (diff)
downloadlibproxy-git-43eb39d22369cac5844b8b6ff470168d4f72c5b3.tar.gz
Merge pull request #178 from amigadave/python-version
python: Accept Python 3.11
-rw-r--r--cmake/FindPython3Interp.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindPython3Interp.cmake b/cmake/FindPython3Interp.cmake
index cc82c47..d2f5d74 100644
--- a/cmake/FindPython3Interp.cmake
+++ b/cmake/FindPython3Interp.cmake
@@ -56,7 +56,7 @@
unset(_Python3_NAMES)
-set(_Python3_VERSIONS 3.10 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
+set(_Python3_VERSIONS 3.11 3.10 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
if(Python3Interp_FIND_VERSION)
if(Python3Interp_FIND_VERSION_COUNT GREATER 1)