From feaa51cb5d968d9ee0e7fe5c73204061cf5c1baa Mon Sep 17 00:00:00 2001 From: Disty0 Date: Sat, 6 Sep 2025 10:09:55 +0300 Subject: [PATCH] fix typo --- installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.py b/installer.py index 26f22cb3b..29939b430 100644 --- a/installer.py +++ b/installer.py @@ -825,7 +825,7 @@ def install_openvino(): log.info('OpenVINO: selected') #check_python(supported_minors=[10, 11, 12, 13], reason='OpenVINO backend requires a Python version between 3.10 and 3.13') if int(sys.version_info.major) == 3 and int(sys.version_info.minor) == 9: - log.warning("Python 3.9 suppot will be removed with the next OpenVINO release!") + log.warning("Python 3.9 support will be removed with the next OpenVINO release!") if sys.platform == 'darwin': torch_command = os.environ.get('TORCH_COMMAND', 'torch==2.8.0 torchvision==0.23.0')