From 4110694f322242a3048763dbe46f99e4c72d83b9 Mon Sep 17 00:00:00 2001 From: Paul O'Leary McCann Date: Thu, 14 Sep 2023 21:41:42 +0900 Subject: [PATCH] Remove 3.7 from version grid 3.7 is EOL, so I was planning to take it out later, but it's necessary now because cibuildwheel stopped supporting it. --- .github/workflows/osx.yml | 5 +---- .github/workflows/windows.yml | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/osx.yml b/.github/workflows/osx.yml index f31081b..f485aaa 100644 --- a/.github/workflows/osx.yml +++ b/.github/workflows/osx.yml @@ -8,11 +8,8 @@ jobs: strategy: max-parallel: 5 matrix: - python-version: [3.7, 3.8, 3.9, "3.10", "3.11"] + python-version: [3.8, 3.9, "3.10", "3.11"] include: - - python-version: 3.7 - py-short: 37 - py-short2: 37m - python-version: 3.8 py-short: 38 py-short2: 38 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 79883b2..a93de05 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -8,11 +8,8 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [3.7, 3.8, 3.9, "3.10", "3.11"] + python-version: [3.8, 3.9, "3.10", "3.11"] include: - - python-version: 3.7 - py-short: 37 - py-short2: 37m - python-version: 3.8 py-short: 38 py-short2: 38