From 07a61d48622829704a8d78620ed18e989b6d6a29 Mon Sep 17 00:00:00 2001 From: Przemyslaw Wysocki Date: Thu, 15 Dec 2022 21:46:57 +0100 Subject: [PATCH] Fix python versions in docs (#14672) --- docs/install_guides/installing-openvino-from-archive-linux.md | 2 +- docs/install_guides/installing-openvino-from-archive-macos.md | 2 +- docs/notebooks-installation.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install_guides/installing-openvino-from-archive-linux.md b/docs/install_guides/installing-openvino-from-archive-linux.md index 9192d24adc2..6e7e12f1f0d 100644 --- a/docs/install_guides/installing-openvino-from-archive-linux.md +++ b/docs/install_guides/installing-openvino-from-archive-linux.md @@ -44,7 +44,7 @@ See the [Release Notes](https://software.intel.com/en-us/articles/OpenVINO-RelNo * `CMake 3.13 or higher, 64-bit `_ * GCC 7.5.0 (for Ubuntu 18.04) or GCC 9.3.0 (for Ubuntu 20.04) - * `Python 3.7 - 3.9, 64-bit `_ + * `Python 3.7 - 3.10, 64-bit `_ @endsphinxdirective diff --git a/docs/install_guides/installing-openvino-from-archive-macos.md b/docs/install_guides/installing-openvino-from-archive-macos.md index daf9a8a11b5..656bc56d6a2 100644 --- a/docs/install_guides/installing-openvino-from-archive-macos.md +++ b/docs/install_guides/installing-openvino-from-archive-macos.md @@ -37,7 +37,7 @@ See the [Release Notes](https://software.intel.com/en-us/articles/OpenVINO-RelNo .. tab:: Software Requirements * `CMake 3.13 or higher `_ (choose "macOS 10.13 or later"). Add `/Applications/CMake.app/Contents/bin` to path (for default install). - * `Python 3.7 - 3.10 `_ (choose 3.7 - 3.9). Install and add to path. + * `Python 3.7 - 3.10 `_ (choose 3.7 - 3.10). Install and add to path. * Apple Xcode Command Line Tools. In the terminal, run `xcode-select --install` from any directory * (Optional) Apple Xcode IDE (not required for OpenVINO™, but useful for development) diff --git a/docs/notebooks-installation.md b/docs/notebooks-installation.md index f9c152f6b9f..b73367a312f 100644 --- a/docs/notebooks-installation.md +++ b/docs/notebooks-installation.md @@ -54,7 +54,7 @@ The table below lists the supported operating systems and Python versions. | Windows 10 Pro, Enterprise | 3.7, 3.8, 3.9, 3.10 | | or Education editions | | +-------------------------------------+--------------------------------+ -| Windows Server 2016 or higher | 3.7, 3.8, 3.9 | +| Windows Server 2016 or higher | 3.7, 3.8, 3.9, 3.10 | +-------------------------------------+--------------------------------+ OpenVINO Notebooks also require Git. Follow the guide below for your