From 9840fd985bda5dbcc78b9c46eb5897180a3bbc64 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Thu, 21 Dec 2023 13:58:01 -0800 Subject: [PATCH] infra: CI python matrix update 3.12 --- .github/workflows/_all_ci.yml | 1 + .github/workflows/_compile_integration_test.yml | 1 + .github/workflows/_dependencies.yml | 1 + .github/workflows/_integration_test.yml | 2 +- .github/workflows/_lint.yml | 2 +- .github/workflows/_test.yml | 1 + .github/workflows/scheduled_test.yml | 4 +--- 7 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/_all_ci.yml b/.github/workflows/_all_ci.yml index 7be66470dd1..c2d969ed058 100644 --- a/.github/workflows/_all_ci.yml +++ b/.github/workflows/_all_ci.yml @@ -68,6 +68,7 @@ jobs: - "3.9" - "3.10" - "3.11" + - "3.12" name: Python ${{ matrix.python-version }} extended tests defaults: run: diff --git a/.github/workflows/_compile_integration_test.yml b/.github/workflows/_compile_integration_test.yml index 66c587f1251..4ed243cd16c 100644 --- a/.github/workflows/_compile_integration_test.yml +++ b/.github/workflows/_compile_integration_test.yml @@ -24,6 +24,7 @@ jobs: - "3.9" - "3.10" - "3.11" + - "3.12" name: Python ${{ matrix.python-version }} steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/_dependencies.yml b/.github/workflows/_dependencies.yml index af01a7eafa7..33e89ec081d 100644 --- a/.github/workflows/_dependencies.yml +++ b/.github/workflows/_dependencies.yml @@ -28,6 +28,7 @@ jobs: - "3.9" - "3.10" - "3.11" + - "3.12" name: dependencies - Python ${{ matrix.python-version }} steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/_integration_test.yml b/.github/workflows/_integration_test.yml index e3507c4880c..2ab9b4a827b 100644 --- a/.github/workflows/_integration_test.yml +++ b/.github/workflows/_integration_test.yml @@ -20,7 +20,7 @@ jobs: matrix: python-version: - "3.8" - - "3.11" + - "3.12" name: Python ${{ matrix.python-version }} steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/_lint.yml b/.github/workflows/_lint.yml index e34305aa0bc..9782283bc71 100644 --- a/.github/workflows/_lint.yml +++ b/.github/workflows/_lint.yml @@ -33,7 +33,7 @@ jobs: # so linting on fewer versions makes CI faster. python-version: - "3.8" - - "3.11" + - "3.12" steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index 2ae665f536c..bd878de8353 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -28,6 +28,7 @@ jobs: - "3.9" - "3.10" - "3.11" + - "3.12" name: Python ${{ matrix.python-version }} steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/scheduled_test.yml b/.github/workflows/scheduled_test.yml index ffacc28a999..36967829740 100644 --- a/.github/workflows/scheduled_test.yml +++ b/.github/workflows/scheduled_test.yml @@ -19,9 +19,7 @@ jobs: matrix: python-version: - "3.8" - - "3.9" - - "3.10" - - "3.11" + - "3.12" name: Python ${{ matrix.python-version }} steps: - uses: actions/checkout@v4