From 695a163cc18eb25038fbaeb57148536128b35cba Mon Sep 17 00:00:00 2001 From: Pau Andrio Date: Thu, 17 Oct 2024 13:51:08 +0200 Subject: [PATCH] [CI/CD](linting_and_testing.yaml): Update GA test workflow to Python >3.9 --- .github/workflows/linting_and_testing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting_and_testing.yaml b/.github/workflows/linting_and_testing.yaml index 0651f16..0808b08 100644 --- a/.github/workflows/linting_and_testing.yaml +++ b/.github/workflows/linting_and_testing.yaml @@ -21,7 +21,7 @@ jobs: strategy: matrix: os: [self-hosted] - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.9", "3.10", "3.11", "3.12"] runs-on: ${{ matrix.os }} steps: - name: Check out repository code