From: Sebastián Ramírez Date: Fri, 23 Aug 2024 19:35:37 +0000 (-0500) Subject: 👷 Update Python version for coverage (#1083) X-Git-Tag: 0.0.22~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2978d1083481206b8d8045664cf7261fead98765;p=thirdparty%2Ffastapi%2Fsqlmodel.git 👷 Update Python version for coverage (#1083) --- 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