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/FindPython | |
| 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/FindPython')
| -rw-r--r-- | Modules/FindPython/Support.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindPython/Support.cmake b/Modules/FindPython/Support.cmake index faca5ae..e0bdbc5 100644 --- a/Modules/FindPython/Support.cmake +++ b/Modules/FindPython/Support.cmake @@ -30,7 +30,7 @@ if (NOT DEFINED _${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR) message (FATAL_ERROR "FindPython: INTERNAL ERROR") endif() if (_${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR EQUAL "3") - set(_${_PYTHON_PREFIX}_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(_${_PYTHON_PREFIX}_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) elseif (_${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR EQUAL "2") set(_${_PYTHON_PREFIX}_VERSIONS 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0) else() |
