From dac74ce33e0b97787ace78c346761b45362b0983 Mon Sep 17 00:00:00 2001 From: Milo Weinberg Date: Thu, 16 Jan 2025 07:54:06 -0500 Subject: [PATCH] Update python-version matrix to test 3.9 --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 98f5323..ae2afde 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - python-version: ["3.10", "3.11", "3.12", "3.13"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v4