From 5ed2c64acb63e16df1c5f2de7952ea0b28ea5f89 Mon Sep 17 00:00:00 2001 From: derekpierre Date: Wed, 17 Jul 2024 11:04:06 -0400 Subject: [PATCH] Update CI to use python 3.9 as the minimum version of python. --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 5fffca1..02506dd 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ "3.8", "3.12" ] + python-version: [ "3.9", "3.12" ] steps: - name: Checkout repo