From c4bce3de52e7415cb8492478b16ba23c0d272f53 Mon Sep 17 00:00:00 2001 From: gruebel Date: Sat, 2 Mar 2024 16:13:54 +0100 Subject: [PATCH] switch Python version in CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93b9e8bb..2ed328ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - name: Setup Python uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 with: - python-version: '3.7' + python-version: '3.8' - name: Install dependencies run: | @@ -59,7 +59,7 @@ jobs: strategy: fail-fast: true matrix: - python: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python: ['3.7', '3.9', '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0