From f0ee13dea1fccf887350eb09f7bc9318f76bc716 Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Tue, 12 Mar 2024 15:25:55 -0700 Subject: [PATCH] Update run_coverage.yml --- .github/workflows/run_coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_coverage.yml b/.github/workflows/run_coverage.yml index 2e33bce3d..400de00f3 100644 --- a/.github/workflows/run_coverage.yml +++ b/.github/workflows/run_coverage.yml @@ -24,7 +24,7 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] env: OS: ${{ matrix.os }} - PYTHON: '3.11' + PYTHON: '3.12' steps: - name: Cancel non-latest runs uses: styfle/cancel-workflow-action@0.11.0