Skip to content

Commit ba2bf50

Browse files
CVS-147963
1 parent 8e78b35 commit ba2bf50

8 files changed

+21
-21
lines changed

.ci/validation_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
class ValidationMatrix:
77
os = ("ubuntu-20.04", "ubuntu-22.04", "windows-2019", "macos-12")
8-
python = ("3.8", "3.9", "3.10", "3.11")
8+
python = ("3.9", "3.10", "3.11", "3.12")
99
device = ("cpu", "gpu")
1010

1111
@classmethod

.github/workflows/install_requirements.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: [ubuntu-20.04, ubuntu-22.04, windows-2019, windows-2022, macos-11, macos-12]
23-
python: ['3.9', '3.10', '3.11']
23+
python: ['3.9', '3.10', '3.11', '3.12']
2424
steps:
2525
- name: Checkout repository
2626
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

.github/workflows/treon.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
runs_on: [ubuntu-20.04, ubuntu-22.04, windows-2019, macos-12]
28-
python: ['3.9', '3.10', '3.11']
28+
python: ['3.9', '3.10', '3.11', '3.12']
2929
uses: ./.github/workflows/build_treon_reusable.yml
3030
with:
3131
runs_on: ${{ matrix.runs_on }}
@@ -37,7 +37,7 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
runs_on: ['gpu']
40-
python: ['3.9', '3.10', '3.11']
40+
python: ['3.9', '3.10', '3.11', '3.12']
4141
container: ['ubuntu:20.04', 'ubuntu:22.04'] # Windows and macOS are not available in machine pool with GPU
4242
uses: ./.github/workflows/build_treon_reusable.yml
4343
with:

.github/workflows/treon_precommit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fail-fast: true
3939
matrix:
4040
runs_on: [ubuntu-20.04, windows-2019, macos-12]
41-
python: ['3.9', '3.10', '3.11']
41+
python: ['3.9', '3.10', '3.11', '3.12']
4242
uses: ./.github/workflows/build_treon_reusable.yml
4343
with:
4444
runs_on: ${{ matrix.runs_on }}

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To do this, there are a few requirements that all notebooks need to pass.
5252

5353
1. The notebooks work on Windows, macOS and Linux (see [supported operating
5454
systems](https://github.com/openvinotoolkit/openvino_notebooks#%EF%B8%8F-system-requirements))
55-
with Python 3.9, 3.10 and 3.11.
55+
with Python 3.9, 3.10, 3.11 and 3.12.
5656
2. As a rule, the notebooks do not require installation of additional software that is not installable by
5757
`pip`. We do not assume that users have installed XCode Developer Tools, Visual C++ redistributable,
5858
`cmake`, etc. Please discuss if your notebook does need C++ - there are exceptions to this rule.

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ The notebooks run almost anywhere — your laptop, a cloud VM, or even a Doc
6969

7070
| Supported Operating System | [Python Version (64-bit)](https://www.python.org/) |
7171
| :--------------------------------------------------------- |:---------------------------------------------------|
72-
| Ubuntu 20.04 LTS, 64-bit | 3.9 - 3.11 |
73-
| Ubuntu 22.04 LTS, 64-bit | 3.9 - 3.11 |
74-
| Red Hat Enterprise Linux 8, 64-bit | 3.9 - 3.11 |
75-
| CentOS 7, 64-bit | 3.9 - 3.11 |
76-
| macOS 10.15.x versions or higher | 3.9 - 3.11 |
77-
| Windows 10, 64-bit Pro, Enterprise or Education editions | 3.9 - 3.11 |
78-
| Windows Server 2016 or higher | 3.9 - 3.11 |
72+
| Ubuntu 20.04 LTS, 64-bit | 3.9 - 3.12 |
73+
| Ubuntu 22.04 LTS, 64-bit | 3.9 - 3.12 |
74+
| Red Hat Enterprise Linux 8, 64-bit | 3.9 - 3.12 |
75+
| CentOS 7, 64-bit | 3.9 - 3.12 |
76+
| macOS 10.15.x versions or higher | 3.9 - 3.12 |
77+
| Windows 10, 64-bit Pro, Enterprise or Education editions | 3.9 - 3.12 |
78+
| Windows Server 2016 or higher | 3.9 - 3.12 |
7979

8080
[![-----------------------------------------------------](https://user-images.githubusercontent.com/10940214/155750931-fc094349-b6ec-4e1f-9f9a-113e67941119.jpg)](#)
8181
<div id='-run-the-notebooks'></div>

README_cn.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ OpenVINO™ Notebooks需要预装Python和Git, 针对不同操作系统的安
6868

6969
| 支持的操作系统 | [Python Version (64-bit)](https://www.python.org/) |
7070
| :--------------------------------------------------------- |:---------------------------------------------------|
71-
| Ubuntu 20.04 LTS, 64-bit | 3.9 - 3.11 |
72-
| Ubuntu 22.04 LTS, 64-bit | 3.9 - 3.11 |
73-
| Red Hat Enterprise Linux 8, 64-bit | 3.9 - 3.11 |
74-
| CentOS 7, 64-bit | 3.9 - 3.11 |
75-
| macOS 10.15.x versions or higher | 3.9 - 3.11 |
76-
| Windows 10, 64-bit Pro, Enterprise or Education editions | 3.9 - 3.11 |
77-
| Windows Server 2016 or higher | 3.9 - 3.11 |
71+
| Ubuntu 20.04 LTS, 64-bit | 3.9 - 3.12 |
72+
| Ubuntu 22.04 LTS, 64-bit | 3.9 - 3.12 |
73+
| Red Hat Enterprise Linux 8, 64-bit | 3.9 - 3.12 |
74+
| CentOS 7, 64-bit | 3.9 - 3.12 |
75+
| macOS 10.15.x versions or higher | 3.9 - 3.12 |
76+
| Windows 10, 64-bit Pro, Enterprise or Education editions | 3.9 - 3.12 |
77+
| Windows Server 2016 or higher | 3.9 - 3.12 |
7878

7979

8080
[![-----------------------------------------------------](https://user-images.githubusercontent.com/10940214/155750931-fc094349-b6ec-4e1f-9f9a-113e67941119.jpg)](#)

selector/src/shared/notebook-status.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ type ValidatedOS = 'ubuntu-20.04' | 'ubuntu-22.04' | 'windows-2019' | 'macos-12'
22

33
type ValidatedDevice = 'cpu' | 'gpu';
44

5-
export const VALIDATED_PYTHON_VERSIONS = ['3.8', '3.9', '3.10', '3.11'] as const;
5+
export const VALIDATED_PYTHON_VERSIONS = ['3.9', '3.10', '3.11', '3.12'] as const;
66

77
type ValidatedPythonVersion = (typeof VALIDATED_PYTHON_VERSIONS)[number];
88

0 commit comments

Comments
 (0)