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_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/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..70485d29a 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 }} @@ -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"