Skip to content

Commit

Permalink
Merge pull request opencv#19187 from alalek:samples_python_3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
alalek committed Dec 21, 2020
2 parents 03df488 + b51ae87 commit a029f03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/python/package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def main():
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: C++',
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Scientific/Engineering',
Expand Down
2 changes: 2 additions & 0 deletions samples/_winpack_run_python_sample.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a029f03

Please sign in to comment.