From b2b1685897d6175b8806f0d2e48a6c102b3dce5e Mon Sep 17 00:00:00 2001 From: Tsuyoshi Hombashi Date: Sat, 27 Apr 2024 23:09:11 +0900 Subject: [PATCH] Exclude macOS with Python 3.7 from matrix in ci.yml Signed-off-by: Tsuyoshi Hombashi --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 934e2a9..ba04d70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,6 +88,9 @@ jobs: matrix: python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.10"] os: [ubuntu-latest, macos-latest, windows-latest] + exclude: + - os: macos-latest + python-version: "3.7" timeout-minutes: 20 steps: