From ef8d604bc643725eeb9a077f1936d71da71552ad Mon Sep 17 00:00:00 2001 From: Gabriel Studer <gabriel.studer@unibas.ch> Date: Thu, 5 Nov 2020 11:44:08 +0100 Subject: [PATCH] Enable Python 3.9 Unit tests successfully run through with Python 3.9 on Fedora 33 (no GUI) --- 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 852c91d44..64e220bc6 100644 --- a/cmake_support/FindPython.cmake +++ b/cmake_support/FindPython.cmake @@ -17,7 +17,7 @@ # Author: Marco Biasini #------------------------------------------------------------------------------- -set(PYTHON_VERSIONS 3.8 3.7 3.6 ) +set(PYTHON_VERSIONS 3.9 3.8 3.7 3.6 ) set(PYTHON_MIN_VERSION 3.6.0) #------------------------------------------------------------------------------- -- GitLab