From a448c899de3f228435f31ed2577d434405e8ff27 Mon Sep 17 00:00:00 2001 From: Shane Snyder Date: Fri, 26 Apr 2024 08:41:41 -0500 Subject: [PATCH] drop testing support for 3.7 this version is EOL and not available in macos-latest --- .github/workflows/main_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main_ci.yml b/.github/workflows/main_ci.yml index dab813af3..892f53dfd 100644 --- a/.github/workflows/main_ci.yml +++ b/.github/workflows/main_ci.yml @@ -21,7 +21,7 @@ jobs: matrix: platform: [ubuntu-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"] runs-on: ${{ matrix.platform }} steps: - uses: actions/checkout@v3