Skip to content

Commit a664d49

Browse files
[DOCS] py version support 24.5 (#26537)
port/adaptation: #26532
1 parent 60121df commit a664d49

14 files changed

+27
-35
lines changed

docs/articles_en/documentation/legacy-features/install-dev-tools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Python developer, it only takes a few simple steps to install the tools with PyP
1919
are developing in C/C++, OpenVINO Runtime must be installed separately before installing
2020
OpenVINO Development Tools.
2121

22-
In both cases, Python 3.8 - 3.11 needs to be installed on your machine before starting.
22+
In both cases, Python 3.9 - 3.12 needs to be installed on your system before starting.
2323

2424
.. note::
2525

docs/articles_en/get-started/install-openvino/install-openvino-apt.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Install Intel® Distribution of OpenVINO™ Toolkit for Linux Using APT Reposito
3434

3535
* `CMake 3.13 or higher, 64-bit <https://cmake.org/download/>`__
3636
* GCC 7.5.0 (for Ubuntu 18.04), GCC 9.3.0 (for Ubuntu 20.04) or GCC 11.3.0 (for Ubuntu 22.04)
37-
* `Python 3.8 - 3.11, 64-bit <https://www.python.org/downloads/>`__
37+
* `Python 3.9 - 3.12, 64-bit <https://www.python.org/downloads/>`__
3838

3939

4040
Installing OpenVINO Runtime

docs/articles_en/get-started/install-openvino/install-openvino-archive-linux.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Install OpenVINO™ Runtime on Linux from an Archive File
4848
:sync: software
4949

5050
* `CMake 3.13 or higher, 64-bit <https://cmake.org/download/>`__
51-
* `Python 3.8 - 3.11, 64-bit <https://www.python.org/downloads/>`__
51+
* `Python 3.9 - 3.12, 64-bit <https://www.python.org/downloads/>`__
5252
* GCC:
5353

5454
.. tab-set::

docs/articles_en/get-started/install-openvino/install-openvino-archive-macos.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Install OpenVINO™ Runtime on macOS from an Archive File
2929
:sync: software-requirements
3030

3131
* `CMake 3.13 or higher <https://cmake.org/download/>`__ (choose "macOS 10.13 or later"). Add ``/Applications/CMake.app/Contents/bin`` to path (for default install).
32-
* `Python 3.8 - 3.11 <https://www.python.org/downloads/mac-osx/>`__ (choose 3.8 - 3.11). Install and add to path.
32+
* `Python 3.9 - 3.12 <https://www.python.org/downloads/mac-osx/>`__ (choose 3.9 - 3.12). Install and add to path.
3333
* Apple Xcode Command Line Tools. In the terminal, run ``xcode-select --install`` from any directory
3434
* (Optional) Apple Xcode IDE (not required for OpenVINO™, but useful for development)
3535

docs/articles_en/get-started/install-openvino/install-openvino-archive-windows.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ System Requirements
3838

3939
* `Microsoft Visual Studio 2019 with MSBuild <https://visualstudio.microsoft.com/vs/older-downloads/>`__ or `Microsoft Visual Studio 2022 <http://visualstudio.microsoft.com/ downloads/>`__
4040
* `CMake 3.14 or higher, 64-bit <https://cmake.org/download/>`__ (optional, only required for building sample applications)
41-
* `Python 3.8 - 3.11, 64-bit <https://www.python.org/downloads/windows/>`__
41+
* `Python 3.9 - 3.12, 64-bit <https://www.python.org/downloads/windows/>`__
4242

4343
.. note::
4444

docs/articles_en/get-started/install-openvino/install-openvino-brew.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ Install OpenVINO™ Runtime via Homebrew
4040
* `Homebrew <https://brew.sh/>`_
4141
* `CMake 3.13 or higher, 64-bit <https://cmake.org/download/>`__
4242
* GCC 7.5.0 (for Ubuntu 18.04), GCC 9.3.0 (for Ubuntu 20.04) or GCC 11.3.0 (for Ubuntu 22.04)
43-
* `Python 3.8 - 3.10, 64-bit <https://www.python.org/downloads/>`__
43+
* `Python 3.9 - 3.12, 64-bit <https://www.python.org/downloads/>`__
4444

4545
.. tab-item:: macOS
4646
:sync: macos
4747

4848
* `Homebrew <https://brew.sh/>`_
4949
* `CMake 3.13 or higher <https://cmake.org/download/>`__ (choose "macOS 10.13 or later"). Add ``/Applications/CMake.app/Contents/bin`` to path (for default installation).
50-
* `Python 3.8 - 3.11 <https://www.python.org/downloads/mac-osx/>`__ . Install and add it to path.
50+
* `Python 3.9 - 3.12 <https://www.python.org/downloads/mac-osx/>`__ . Install and add it to path.
5151
* Apple Xcode Command Line Tools. In the terminal, run ``xcode-select --install`` from any directory to install it.
5252
* (Optional) Apple Xcode IDE (not required for OpenVINO™, but useful for development)
5353

docs/articles_en/get-started/install-openvino/install-openvino-yum.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Install OpenVINO™ Runtime on Linux From YUM Repository
4848

4949
* `CMake 3.13 or higher, 64-bit <https://cmake.org/download/>`_
5050
* GCC 8.2.0
51-
* `Python 3.8 - 3.11, 64-bit <https://www.python.org/downloads/>`_
51+
* `Python 3.9 - 3.12, 64-bit <https://www.python.org/downloads/>`_
5252

5353

5454
Install OpenVINO Runtime

docs/articles_en/get-started/install-openvino/install-openvino-zypper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Install OpenVINO™ Runtime on Linux From ZYPPER Repository
4040

4141
* `CMake 3.13 or higher, 64-bit <https://cmake.org/download/>`_
4242
* GCC 8.2.0
43-
* `Python 3.8 - 3.11, 64-bit <https://www.python.org/downloads/>`_
43+
* `Python 3.9 - 3.12, 64-bit <https://www.python.org/downloads/>`_
4444

4545

4646
Install OpenVINO Runtime

docs/articles_en/get-started/troubleshooting-install-config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Troubleshooting Guide for OpenVINO™ Installation & Configuration
5959
.. dropdown:: Check the versions of Python and PIP
6060

6161
To check your Python version, run ``python -VV`` or ``python --version``. The supported
62-
Python versions are 64-bit, between 3.8 and 3.11. If your Python version does not meet the
62+
Python versions are 64-bit, between 3.9 and 3.12. If your Python version does not meet the
6363
requirements, you need to upgrade:
6464

6565
* For Windows, **do not install Python from the Windows Store** as it can cause issues.

docs/articles_en/learn-openvino/interactive-tutorials-python/notebooks-installation.rst

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
Installation of OpenVINO™ Notebooks
22
=====================================
33

4-
5-
64
.. meta::
75
:description: An installation guide for Jupyter notebooks on which Python
86
tutorials run. The tutorials serve as introduction to the
@@ -30,20 +28,20 @@ The table below lists the supported operating systems and Python versions.
3028
| | (64-bit |
3129
| | ) <https://www.python.org/>`__ |
3230
+=====================================+================================+
33-
| Ubuntu 20.04 LTS, 64-bit | 3.8, 3.9, 3.10. 3.11 |
31+
| Ubuntu 20.04 LTS, 64-bit | 3.9, 3.10, 3.11, 3.12 |
3432
+-------------------------------------+--------------------------------+
35-
| Ubuntu 22.04 LTS, 64-bit | 3.8, 3.9, 3.10, 3.11 |
33+
| Ubuntu 22.04 LTS, 64-bit | 3.9, 3.10, 3.11, 3.12 |
3634
+-------------------------------------+--------------------------------+
37-
| Red Hat Enterprise Linux 8 | 3.8, 3.9, 3.10, 3.11 |
35+
| Red Hat Enterprise Linux 8 | 3.9, 3.10, 3.11, 3.12 |
3836
+-------------------------------------+--------------------------------+
39-
| CentOS 7, 64 bit | 3.8, 3.9, 3.10, 3.11 |
37+
| CentOS 7, 64 bit | 3.9, 3.10, 3.11, 3.12 |
4038
+-------------------------------------+--------------------------------+
41-
| macOS 10.15.x versions or higher | 3.8, 3.9, 3.10, 3.11 |
39+
| macOS 10.15.x versions or higher | 3.9, 3.10, 3.11, 3.12 |
4240
+-------------------------------------+--------------------------------+
43-
| Windows 10, 64-bit Pro, Enterprise | 3.8, 3.9, 3.10, 3.11 |
41+
| Windows 10, 64-bit Pro, Enterprise | 3.9, 3.10, 3.11, 3.12 |
4442
| or Education editions | |
4543
+-------------------------------------+--------------------------------+
46-
| Windows Server 2016 or higher | 3.8, 3.9, 3.10, 3.11 |
44+
| Windows Server 2016 or higher | 3.9, 3.10, 3.11, 3.12 |
4745
+-------------------------------------+--------------------------------+
4846

4947
OpenVINO Notebooks also require Git. Follow the guide below for your
@@ -59,7 +57,7 @@ Installing prerequisites
5957

6058
1. **Install Python**
6159

62-
Download 64 bit version of Python software (3.8, 3.9, 3.10, 3.11) from `python.org <https://www.python.org/downloads/windows/>`__
60+
Download 64 bit version of Python software (3.9 - 3.12) from `python.org <https://www.python.org/downloads/windows/>`__
6361

6462
Run the installer by double clicking it. Follow the installation steps to set up the software.
6563

@@ -76,13 +74,7 @@ Installing prerequisites
7674

7775
Run the installer by double clicking it. Follow the installation steps to set up the software.
7876

79-
3. **Install C++ Redistributable (For Python 3.8 only)**
80-
81-
Download 64 bit version of C++ Redistributable from `here <https://download.visualstudio.microsoft.com/download/pr/4100b84d-1b4d-487d-9f89-1354a7138c8f/5B0CBB977F2F5253B1EBE5C9D30EDBDA35DBD68FB70DE7AF5FAAC6423DB575B5/VC_redist.x64.exe>`__
82-
83-
Run the installer by double clicking it. Follow the installation steps to set up the software.
84-
85-
4. (Optional) Install FFMPEG
77+
3. Install FFMPEG (Optional)
8678

8779
Download FFMPEG binary from `here <https://ffmpeg.org/download.html>`__
8880

@@ -91,7 +83,7 @@ Installing prerequisites
9183
.. tab-item:: Linux
9284
:sync: linux
9385

94-
1. **Install Python and GIT**
86+
4. **Install Python and GIT**
9587

9688
.. note::
9789

@@ -464,7 +456,7 @@ Installing notebooks
464456
465457
.. code-block:: sh
466458
467-
conda create --name openvino_env python=3.8 -y
459+
conda create --name openvino_env python=3.9 -y
468460
469461
2. Activate the environment
470462

docs/dev/build_linux.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The software was validated on:
1111

1212
- [CMake](https://cmake.org/download/) 3.13 or higher
1313
- GCC 7.5 or higher to build OpenVINO Runtime
14-
- Python 3.8 - 3.11 for OpenVINO Runtime Python API
14+
- Python 3.9 - 3.12 for OpenVINO Runtime Python API
1515
- (Optional) Install Intel® Graphics Compute Runtime for OpenCL™ Driver package to enable inference on Intel integrated GPUs.
1616

1717
## How to build
@@ -39,7 +39,7 @@ The software was validated on:
3939
mkdir build && cd build
4040
```
4141

42-
> **NOTE**: It is recommended to disable the oneAPI environment before compiling OpenVINO from source on Linux, as it may cause build failures.
42+
> **NOTE**: It is recommended to disable the oneAPI environment before compiling OpenVINO from source on Linux, as it may cause build failures.
4343
4444
4. OpenVINO Runtime uses a CMake-based build system. In the created `build` directory, run `cmake` to fetch project dependencies and create Unix makefiles, then run `make` to build the project:
4545
```sh
@@ -66,7 +66,7 @@ You can use the following additional build options:
6666
- To build the OpenVINO Runtime Python API:
6767
1. Enable the `-DENABLE_PYTHON=ON` option in the CMake step above (Step 4). To specify an exact Python version, use the following options (requires cmake 3.16 and higher):
6868
```
69-
-DPython3_EXECUTABLE=/usr/bin/python3.8
69+
-DPython3_EXECUTABLE=/usr/bin/python3.9
7070
```
7171
2. To build a wheel package (.whl), enable the `-DENABLE_WHEEL=ON` option in the CMake step above (Step 4), and install requirements:
7272
```sh

docs/dev/build_mac_arm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The software was validated on:
1414
- [brew](https://brew.sh) package manager to install additional dependencies. Use [install brew](https://brew.sh) guide to achieve this.
1515

1616
- Installation step for python and python libraries varies depending on the host architecture:
17-
- **arm64** Python 3.8 - 3.11 for the OpenVINO Runtime Python API, Development tools (Model Optimizer, POT and others):
17+
- **arm64** Python 3.9 - 3.12 for the OpenVINO Runtime Python API, Development tools (Model Optimizer, POT and others):
1818
```sh
1919
% # let's have a look what python versions are available in brew
2020
% brew search python

docs/dev/build_mac_intel_cpu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The software was validated on:
1212

1313
- [brew](https://brew.sh) package manager to install additional dependencies. Use [install brew](https://brew.sh) guide to achieve this.
1414
- Installation step for python and python libraries varies depending on the host architecture:
15-
- **x86_64** Python 3.8 - 3.11 for the OpenVINO Runtime Python API, Development tools (Model Optimizer, POT and others):
15+
- **x86_64** Python 3.9 - 3.12 for the OpenVINO Runtime Python API, Development tools (Model Optimizer, POT and others):
1616
```sh
1717
% # let's have a look what python versions are available in brew
1818
% brew search python

docs/dev/build_windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Supported configurations:
1111
- [CMake](https://cmake.org/download/) 3.13 or higher
1212
- Microsoft Visual Studio 2019 or higher, version 16.3 or later
1313
> **NOTE**: Native Microsoft Visual Studio for WoA has been available since version 3.11.
14-
- Python 3.8 - 3.11 for OpenVINO Runtime Python API
14+
- Python 3.9 - 3.12 for OpenVINO Runtime Python API
1515
> **NOTE**: Python for ARM64 is available since [3.11](https://www.python.org/downloads/windows/) version.
1616
- [Git for Windows*]
1717
- (Windows on ARM only) [LLVM for Windows on ARM (WoA)](https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.6/LLVM-15.0.6-woa64.exe)

0 commit comments

Comments
 (0)