From a4dbfec1e3fd2f0b59397ea5a8809497f3d8063c Mon Sep 17 00:00:00 2001 From: Gabriel Studer <gabriel.studer@unibas.ch> Date: Thu, 5 Dec 2019 11:35:06 +0100 Subject: [PATCH] also look for Python 3.7 and 3.8 --- cmake_support/FindPython.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake_support/FindPython.cmake b/cmake_support/FindPython.cmake index 808f0ef32..b36e9aa44 100644 --- a/cmake_support/FindPython.cmake +++ b/cmake_support/FindPython.cmake @@ -17,7 +17,7 @@ # Author: Marco Biasini #------------------------------------------------------------------------------- -set(PYTHON_VERSIONS 3.6 2.7 2.6 2.5 2.4 2.3 2.2 ) +set(PYTHON_VERSIONS 3.8 3.7 3.6 2.7 2.6 2.5 2.4 2.3 2.2 ) set(PYTHON_MIN_VERSION 2.2.1) #------------------------------------------------------------------------------- -- GitLab