summaryrefslogtreecommitdiffstats
path: root/Modules/FindPythonInterp.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-11-10 14:40:45 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-11-10 14:40:54 (GMT)
commit0d182c02f615b7d593edfcfe096f92b1a3e5e81e (patch)
treee060703e04a624fbc3bc1cb475748558c6d6c179 /Modules/FindPythonInterp.cmake
parentb7548960047899f99279c3e57ca30b1336c4a3b3 (diff)
parentbb2ebbf2412ef9343f50a45868459ffb95fa9081 (diff)
downloadCMake-0d182c02f615b7d593edfcfe096f92b1a3e5e81e.zip
CMake-0d182c02f615b7d593edfcfe096f92b1a3e5e81e.tar.gz
CMake-0d182c02f615b7d593edfcfe096f92b1a3e5e81e.tar.bz2
Merge topic 'python3.10' into release-3.19
bb2ebbf241 FindPython{Interp,Libs}: Add support for version 3.10 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5482
Diffstat (limited to 'Modules/FindPythonInterp.cmake')
-rw-r--r--Modules/FindPythonInterp.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindPythonInterp.cmake b/Modules/FindPythonInterp.cmake
index 1e01a99..efe0f11 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.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.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)
if(PythonInterp_FIND_VERSION)
if(PythonInterp_FIND_VERSION_COUNT GREATER 1)