From d94a32924dd9d5ef35213db4f9937958b1c348ac Mon Sep 17 00:00:00 2001 From: veenstrajelmer <60435591+veenstrajelmer@users.noreply.github.com> Date: Thu, 11 Jul 2024 14:05:29 +0200 Subject: [PATCH] add py3.9 to ci --- .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 8a57f41a..7a33e862 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - py312 - py311 - py310 - - py39 + - py309 steps: - name: Check out repo uses: actions/checkout@v4