From 2651f8fd91791b6ee92d533919faf781f7c2c2e4 Mon Sep 17 00:00:00 2001 From: veenstrajelmer <60435591+veenstrajelmer@users.noreply.github.com> Date: Fri, 20 Sep 2024 12:15:29 +0200 Subject: [PATCH] add 3.9 to ci to check if it is green --- .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 78c851e7..d2030a69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false max-parallel: 5 matrix: - python-version: ["3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11"] os: ["windows-latest"] name: ${{ matrix.os }} - py${{ matrix.python-version }}