From 2553646e3ace87a1bf165f9101b0314d61b21dae Mon Sep 17 00:00:00 2001 From: Meg Schwamb Date: Wed, 24 Apr 2024 07:54:19 +0100 Subject: [PATCH] Update testing-and-coverage.yml --- .github/workflows/testing-and-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing-and-coverage.yml b/.github/workflows/testing-and-coverage.yml index c39f18d..de5d7d4 100644 --- a/.github/workflows/testing-and-coverage.yml +++ b/.github/workflows/testing-and-coverage.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: ['macos-latest','ubuntu-latest'] - python-version: ['3.9', '3.10', '3.11'] + python-version: ['3.10', '3.11', '3.12'] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4