From 56c06324d3488b6445f7da0f4d3406c1b1611814 Mon Sep 17 00:00:00 2001 From: ross-spencer Date: Tue, 19 Nov 2024 19:01:10 +0100 Subject: [PATCH] Modify Python versions for CI --- .github/workflows/unit-tests-all.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/unit-tests-all.yml b/.github/workflows/unit-tests-all.yml index 957666f..e9b0ff1 100644 --- a/.github/workflows/unit-tests-all.yml +++ b/.github/workflows/unit-tests-all.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ["3.9.x", "3.10.x"] + python-version: ["3.11.x", "3.12.x"] experimental: [false] # Include experimental or bleeding-edge releases. # Windows is not included as it can be unreliable, e.g. @@ -27,10 +27,10 @@ jobs: # Example formatting: 3.11.0-alpha.1, 3.9.0-beta.8, 3.10.0-rc.3 # - os: ubuntu-latest - python-version: "3.11.x" + python-version: "3.13.x" experimental: true - os: macos-latest - python-version: "3.11.x" + python-version: "3.13.x" experimental: true steps: - name: "check out repository"