From 2978d1083481206b8d8045664cf7261fead98765 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Fri, 23 Aug 2024 14:35:37 -0500 Subject: [PATCH] =?utf8?q?=F0=9F=91=B7=20Update=20Python=20version=20for?= =?utf8?q?=20coverage=20(#1083)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 86e91cb6..fa691cb2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -86,7 +86,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: '3.8' + python-version: '3.12' - name: Get coverage files uses: actions/download-artifact@v4 -- 2.47.2