From cfc0c5417a01bbec1e9845959cfa2b24213d2a5b Mon Sep 17 00:00:00 2001 From: Stephen Thompson Date: Thu, 6 Jun 2024 09:33:25 +0100 Subject: [PATCH] Put 3.8 and 3.9 back in ci (#85) --- .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 cf62155..0d8c7ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - python-ver: ['3.10', 3.11, 3.12] + python-ver: [3.8, 3.9, '3.10', 3.11, 3.12] runs-on: ${{ matrix.os }}