From 1aa24c78e7cf942fc38cedd62cbb261abaa7ef7a 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 }}