diff options
author | Tomáš Hrnčiar <tomas.hrnciar@me.com> | 2021-12-07 13:34:24 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-12-07 17:41:01 (GMT) |
commit | 43844c5d82398c443a7f1d4c7aea23d470d1a6e8 (patch) | |
tree | c5942387ee0c403c1d3ae6de775e0de8de500838 /Modules/FindPythonInterp.cmake | |
parent | aa6a33fe54918967f6ffcad30773e01664e8a2b2 (diff) | |
download | CMake-43844c5d82398c443a7f1d4c7aea23d470d1a6e8.zip CMake-43844c5d82398c443a7f1d4c7aea23d470d1a6e8.tar.gz CMake-43844c5d82398c443a7f1d4c7aea23d470d1a6e8.tar.bz2 |
FindPython: Add support for Python 3.11
Diffstat (limited to 'Modules/FindPythonInterp.cmake')
-rw-r--r-- | Modules/FindPythonInterp.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindPythonInterp.cmake b/Modules/FindPythonInterp.cmake index efe0f11..4fc40c8 100644 --- a/Modules/FindPythonInterp.cmake +++ b/Modules/FindPythonInterp.cmake @@ -54,7 +54,7 @@ unset(_Python_NAMES) set(_PYTHON1_VERSIONS 1.6 1.5) set(_PYTHON2_VERSIONS 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0) -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(PythonInterp_FIND_VERSION) if(PythonInterp_FIND_VERSION_COUNT GREATER 1) |