From 01255994163ed21f188da799bcb61698a144cf0a Mon Sep 17 00:00:00 2001 From: Chris Mackey Date: Fri, 3 May 2024 17:18:16 -0700 Subject: [PATCH] ci(python): Remove Python 3.7 --- .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 60b35f9..3359c1f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: name: Unit tests strategy: matrix: - python-version: ['3.7', '3.10'] + python-version: ['3.10'] os: [macos-latest, ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} steps: