From 03e8ce5748fc7e51abc1e85859bd00be9d75043e Mon Sep 17 00:00:00 2001 From: Mario Krenn <46604014+MarioKrenn6240@users.noreply.github.com> Date: Mon, 30 Dec 2024 00:35:32 +0100 Subject: [PATCH] Update ci.yml 3.7 (not supported anymore) -> 3.9 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15eed753..22067046 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7] + python-version: [3.9] steps: - uses: actions/checkout@v2