samples: check for Python 3.9

This commit is contained in:
Alexander Alekhin
2020-12-21 14:59:34 +00:00
parent e6c9291e32
commit b51ae87828
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -23,6 +23,8 @@ IF %ERRORLEVEL% EQU 0 (
GOTO :PYTHON_FOUND
)
CALL :QUERY_PYTHON 3.9
IF %ERRORLEVEL% EQU 0 GOTO :PYTHON_FOUND
CALL :QUERY_PYTHON 3.8
IF %ERRORLEVEL% EQU 0 GOTO :PYTHON_FOUND
CALL :QUERY_PYTHON 3.7