From 0102e9286cb0137790398c50e7dcac5b63964d3b Mon Sep 17 00:00:00 2001 From: Ella Charlaix Date: Wed, 23 Oct 2024 13:58:33 +0200 Subject: [PATCH] bump python --- .github/workflows/check_code_quality.yml | 2 +- .github/workflows/test_generation.yml | 2 +- .github/workflows/test_inc.yml | 2 +- .github/workflows/test_ipex.yml | 8 ++++---- .github/workflows/test_offline.yaml | 2 +- .github/workflows/test_openvino_examples.yml | 2 +- .github/workflows/test_openvino_notebooks.yml | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/check_code_quality.yml b/.github/workflows/check_code_quality.yml index c76b6f8042..4cf7d4cb0f 100644 --- a/.github/workflows/check_code_quality.yml +++ b/.github/workflows/check_code_quality.yml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.8] + python-version: ["3.9"] os: [ubuntu-latest] runs-on: ${{ matrix.os }} diff --git a/.github/workflows/test_generation.yml b/.github/workflows/test_generation.yml index 3c27473185..a347ae7257 100644 --- a/.github/workflows/test_generation.yml +++ b/.github/workflows/test_generation.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.8, 3.9] + python-version: ["3.9", "3.13"] os: [ubuntu-latest] runs-on: ${{ matrix.os }} diff --git a/.github/workflows/test_inc.yml b/.github/workflows/test_inc.yml index 6e99923487..a6d65b33fb 100644 --- a/.github/workflows/test_inc.yml +++ b/.github/workflows/test_inc.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.8, 3.9] + python-version: ["3.9", "3.13"] os: [ubuntu-latest] runs-on: ${{ matrix.os }} diff --git a/.github/workflows/test_ipex.yml b/.github/workflows/test_ipex.yml index 4030f7d40d..1c1d12870b 100644 --- a/.github/workflows/test_ipex.yml +++ b/.github/workflows/test_ipex.yml @@ -21,13 +21,13 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.9] + python-version: ["3.9"] transformers-version: ["4.39.0", "4.44.*"] ipex-version: ["2.2.0", "2.3.*"] include: - - python-version: 3.8 - transformers-version: 4.39.0 - ipex-version: 2.2.0 + - python-version: "3.10" + transformers-version: "4.39.0" + ipex-version: "2.2.0" steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/test_offline.yaml b/.github/workflows/test_offline.yaml index a54ba20766..2e97a2f121 100644 --- a/.github/workflows/test_offline.yaml +++ b/.github/workflows/test_offline.yaml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.9] + python-version: ["3.9"] os: [ubuntu-latest] runs-on: ${{ matrix.os }} diff --git a/.github/workflows/test_openvino_examples.yml b/.github/workflows/test_openvino_examples.yml index c76374e9ea..2e46e91396 100644 --- a/.github/workflows/test_openvino_examples.yml +++ b/.github/workflows/test_openvino_examples.yml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.12"] + python-version: ["3.9", "3.13"] runs-on: ubuntu-22.04 diff --git a/.github/workflows/test_openvino_notebooks.yml b/.github/workflows/test_openvino_notebooks.yml index 26a09012ff..113637f148 100644 --- a/.github/workflows/test_openvino_notebooks.yml +++ b/.github/workflows/test_openvino_notebooks.yml @@ -23,7 +23,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.12"] + python-version: ["3.9", "3.13"] runs-on: ubuntu-22.04