b51580
From 869307ba7547cadef4a131581c3afdcaaec8c576 Mon Sep 17 00:00:00 2001
b51580
From: David King <amigadave@amigadave.com>
b51580
Date: Thu, 13 Feb 2020 12:24:17 +0000
b51580
Subject: [PATCH] python: support Python 3.9
b51580
b51580
Add 3.9 to the list of accepted Python 3 versions.
b51580
---
b51580
 cmake/FindPython3Interp.cmake | 2 +-
b51580
 1 file changed, 1 insertion(+), 1 deletion(-)
b51580
b51580
diff --git a/cmake/FindPython3Interp.cmake b/cmake/FindPython3Interp.cmake
b51580
index 8e5e409..74398b2 100644
b51580
--- a/cmake/FindPython3Interp.cmake
b51580
+++ b/cmake/FindPython3Interp.cmake
b51580
@@ -39,7 +39,7 @@
b51580
 
b51580
 unset(_Python3_NAMES)
b51580
 
b51580
-set(_Python3_VERSIONS 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
b51580
+set(_Python3_VERSIONS 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
b51580
 
b51580
 if(Python3Interp_FIND_VERSION)
b51580
     if(Python3Interp_FIND_VERSION_COUNT GREATER 1)
b51580
-- 
b51580
2.24.1
b51580