diff options
author | Miro HronĨok <miro@hroncok.cz> | 2024-10-17 19:27:32 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-10-18 00:04:25 (GMT) |
commit | be958c8f3529248c0c234596dab230a034424662 (patch) | |
tree | d9d917e50569a24f4d02afba9a7b434148f2b4c6 /Modules/FindPythonInterp.cmake | |
parent | a56b554775cd01f8dd762c2de92ea1836d8586d8 (diff) | |
download | CMake-be958c8f3529248c0c234596dab230a034424662.zip CMake-be958c8f3529248c0c234596dab230a034424662.tar.gz CMake-be958c8f3529248c0c234596dab230a034424662.tar.bz2 |
FindPython: Add support for Python 3.14
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 443c6eb..e5bcb5f 100644 --- a/Modules/FindPythonInterp.cmake +++ b/Modules/FindPythonInterp.cmake @@ -67,7 +67,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.13 3.12 3.11 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.14 3.13 3.12 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) |