python: enable Python 3.8

This commit is contained in:
Alexander Alekhin
2019-12-11 16:52:38 +03:00
parent 4ec4ec844f
commit 15612ebd39
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -15,6 +15,8 @@ IF %ERRORLEVEL% EQU 0 (
GOTO :PYTHON_FOUND
)
CALL :QUERY_PYTHON 3.8
IF %ERRORLEVEL% EQU 0 GOTO :PYTHON_FOUND
CALL :QUERY_PYTHON 3.7
IF %ERRORLEVEL% EQU 0 GOTO :PYTHON_FOUND
CALL :QUERY_PYTHON 3.6