From be11e800000ae942f9a62b130026dfa359de4c99 Mon Sep 17 00:00:00 2001 From: rly Date: Mon, 13 Jan 2025 19:25:02 -0800 Subject: [PATCH] Use Python 3.12 for coverage testing --- .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 162497ecc..1917e9fdf 100644 --- a/.github/workflows/run_coverage.yml +++ b/.github/workflows/run_coverage.yml @@ -31,7 +31,7 @@ jobs: - { os: macos-latest , opt_req: false } env: # used by codecov-action OS: ${{ matrix.os }} - PYTHON: '3.13' + PYTHON: '3.12' # TODO: Update to 3.13 when linkml and its deps support 3.13 steps: - name: Checkout repo with submodules uses: actions/checkout@v4