From 4fbd20d832e0b5da30b3f31e60355aa08c114c67 Mon Sep 17 00:00:00 2001 From: Louie Lu Date: Wed, 15 May 2024 23:18:11 -0400 Subject: [PATCH] Reduce strategy matrix to 3.7/3.12 --- .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 e4a5059..dc844a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] python-version: - ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + ["3.7", "3.12"] runs-on: ${{ matrix.os }} name: ${{ matrix.os }} - ${{ github.event_name }} steps: