From 2d5bd9f3b27f1ac16e0b6e5500c4d9e8ac7fa1b2 Mon Sep 17 00:00:00 2001 From: mgrover1 Date: Thu, 7 Nov 2024 16:08:10 -0600 Subject: [PATCH] FIX: Update CI to only run for 3.10+ --- .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 35510155b1..c86bfe1522 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12"] os: [macos, ubuntu, windows] steps: