From d9069a6ac2216071d3fdbfbed7943b5e628554f8 Mon Sep 17 00:00:00 2001 From: Plamen Valentinov Kolev Date: Mon, 18 Nov 2024 17:18:12 +0100 Subject: [PATCH] Bump python version --- .github/workflows/unit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index 70e6d451..20cbabd9 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -30,7 +30,7 @@ jobs: - name: Run unit tests run: invoke unit - - if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.9 + - if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.12 name: Upload unit codecov report uses: codecov/codecov-action@v4 with: