From debbe04e10dfe045a7e1a9b8b63a3d4faf6c7c38 Mon Sep 17 00:00:00 2001 From: "Richard Edgar (Microsoft)" Date: Wed, 8 Oct 2025 15:01:09 -0400 Subject: [PATCH 1/2] Working on enabling 3.14 --- .github/workflows/ci_credentials.yml | 2 +- .github/workflows/ci_linux.yml | 6 +++--- .github/workflows/ci_windows.yml | 4 ++-- .github/workflows/notebook_tests.yml | 2 +- .github/workflows/pull_request.yml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci_credentials.yml b/.github/workflows/ci_credentials.yml index a662be72f..a281fa0f9 100644 --- a/.github/workflows/ci_credentials.yml +++ b/.github/workflows/ci_credentials.yml @@ -27,7 +27,7 @@ jobs: strategy: fail-fast: false # Don't cancel all on first failure matrix: - python-version: ["3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] permissions: id-token: write # for Azure CLI login steps: diff --git a/.github/workflows/ci_linux.yml b/.github/workflows/ci_linux.yml index e5b509760..6295fc01c 100644 --- a/.github/workflows/ci_linux.yml +++ b/.github/workflows/ci_linux.yml @@ -28,7 +28,7 @@ jobs: strategy: fail-fast: false # Don't cancel all on first failure matrix: - python-version: ["3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] model: - "transformers_gpt2_cpu" - "llamacpp_phi3_mini_4k_instruct_cpu" @@ -47,7 +47,7 @@ jobs: strategy: fail-fast: false # Don't cancel all on first failure matrix: - python-version: ["3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] model: - "llamacpp_llama2_7b_cpu" - "transformers_llama3_8b_cpu" @@ -67,7 +67,7 @@ jobs: strategy: fail-fast: false # Don't cancel all on first failure matrix: - python-version: ["3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] model: - "transformers_gpt2_gpu" - "transformers_gemma2_9b_gpu" diff --git a/.github/workflows/ci_windows.yml b/.github/workflows/ci_windows.yml index d6b5dbf35..f1ec95b2f 100644 --- a/.github/workflows/ci_windows.yml +++ b/.github/workflows/ci_windows.yml @@ -28,7 +28,7 @@ jobs: strategy: fail-fast: false # Don't cancel all on first failure matrix: - python-version: ["3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] model: - "transformers_gpt2_cpu" - "llamacpp_phi3_mini_4k_instruct_cpu" @@ -46,7 +46,7 @@ jobs: strategy: fail-fast: false # Don't cancel all on first failure matrix: - python-version: ["3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] model: - "llamacpp_llama2_7b_cpu" - "transformers_llama3_8b_cpu" diff --git a/.github/workflows/notebook_tests.yml b/.github/workflows/notebook_tests.yml index a1da716fc..c802524c2 100644 --- a/.github/workflows/notebook_tests.yml +++ b/.github/workflows/notebook_tests.yml @@ -27,7 +27,7 @@ jobs: strategy: fail-fast: false # Don't cancel all on first failure matrix: - python-version: ["3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] permissions: id-token: write # for Azure CLI login steps: diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index a00fe2ad7..220e81a74 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false # Don't cancel all on first failure matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ["3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] runs-on: ${{ matrix.os }} steps: - name: Checkout repo at ${{ github.event_name == 'workflow_dispatch' && inputs.commit_id || github.sha }} From a31996a48d2bc0cffdc75c8b30968c8a814314a1 Mon Sep 17 00:00:00 2001 From: "Richard Edgar (Microsoft)" Date: Wed, 8 Oct 2025 15:02:53 -0400 Subject: [PATCH 2/2] More small tweaks --- .github/workflows/ci_docs.yml | 2 +- .github/workflows/pull_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_docs.yml b/.github/workflows/ci_docs.yml index f7fa5e94c..6ed51922e 100644 --- a/.github/workflows/ci_docs.yml +++ b/.github/workflows/ci_docs.yml @@ -27,7 +27,7 @@ jobs: strategy: fail-fast: false # Don't cancel all on first failure matrix: - python-version: ["3.12", "3.13"] + python-version: ["3.10", "3.14"] steps: - name: Checkout repo at ${{ github.event_name == 'workflow_dispatch' && inputs.commit_id || github.sha }} uses: actions/checkout@v4 diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 220e81a74..70485d29a 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -55,7 +55,7 @@ jobs: fail-fast: false # Don't cancel all on first failure matrix: os: ["Large_Linux"] # , "Large_Windows"] - python-version: ["3.10", "3.13"] + python-version: ["3.10", "3.14"] model: - "transformers_gpt2_cpu" - "llamacpp_phi3_mini_4k_instruct_cpu"