Skip to content

Commit 0f01031

Browse files
Try Python 3.10
1 parent 3130e90 commit 0f01031

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/test_openvino.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Setup Python
4949
uses: actions/setup-python@v5
5050
with:
51-
python-version: 3.9
51+
python-version: 3.10
5252

5353
- name: Install dependencies
5454
run: |

.github/workflows/test_openvino_nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Setup Python
7171
uses: actions/setup-python@v5
7272
with:
73-
python-version: 3.9
73+
python-version: 3.10
7474

7575
- name: Install dependencies
7676
run: |

.github/workflows/test_openvino_notebooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
python-version: [3.9]
27+
python-version: [3.10]
2828
test_file: [
2929
"optimum_openvino_inference.ipynb",
3030
"question_answering_quantization.ipynb",

.github/workflows/test_openvino_slow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Setup Python
5555
uses: actions/setup-python@v5
5656
with:
57-
python-version: 3.9
57+
python-version: 3.10
5858

5959
- name: Install dependencies
6060
run: |

0 commit comments

Comments
 (0)