From 3ff569da23953ed7eee8b7a5a4a919e5e5ec6eb7 Mon Sep 17 00:00:00 2001 From: brendancol Date: Mon, 22 Apr 2024 16:18:11 -0400 Subject: [PATCH] updated codecov.yml --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index bdbd3cad..22c631f7 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python: [3.9] + python: [3.12] env: OS: ${{ matrix.os }} PYTHON: ${{ matrix.python }}