Merge pull request #24728 from opencv-pushbot:gitee/alalek/samples_python_312

samples: add Python 3.12
This commit is contained in:
Alexander Smorkalov 2023-12-21 10:42:15 +03:00 committed by GitHub
commit c930f54063
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,8 @@ IF %ERRORLEVEL% EQU 0 (
GOTO :PYTHON_FOUND
)
CALL :QUERY_PYTHON 3.12
IF %ERRORLEVEL% EQU 0 GOTO :PYTHON_FOUND
CALL :QUERY_PYTHON 3.11
IF %ERRORLEVEL% EQU 0 GOTO :PYTHON_FOUND
CALL :QUERY_PYTHON 3.10