From da181118b4e0edf32f6439f369d01c2158cfbe32 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Wed, 1 Nov 2023 18:11:56 +0100 Subject: [PATCH] CI: Run on Python 3.8 and 3.12 This is to verify both the minimum and maximum versions of Python to be supported. There are gaps in between, but c'est la view, it saves time and resources. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 53f7b318..7472e7c9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: os: ["ubuntu-latest"] - python-version: ["3.12"] + python-version: ["3.8", "3.12"] env: OS: ${{ matrix.os }}