From fb112108cb21ada747431bad30263ac5f792b4c7 Mon Sep 17 00:00:00 2001 From: Ira Horecka <48743671+irahorecka@users.noreply.github.com> Date: Sat, 11 May 2024 19:02:54 -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 c2231b6..9f165e0 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