From a9f6aadc4ec5b61e08c65f9d54925aaa8db18518 Mon Sep 17 00:00:00 2001 From: Ira Horecka <48743671+irahorecka@users.noreply.github.com> Date: Sat, 11 May 2024 19:05:08 -0400 Subject: [PATCH] update ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 99e5c10..1959347 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v2