From 855298261ea8133ccfeb76b6069f21aebcb7785a Mon Sep 17 00:00:00 2001 From: Christoph Erhardt Date: Sat, 11 Jan 2025 00:29:48 +0100 Subject: [PATCH] CI: Remove Python 3.7 and add 3.13 instead Python 3.7 seems to be no longer available. > Error: Version 3.7 with arch x64 not found --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 1d820a35..076d1a39 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7, 3.8, 3.9, 3.11, 3.12] + python-version: [3.8, 3.9, 3.11, 3.12, 3.13] steps: - name: Checkout code