From 16e774e0c16aa52f1d48bd218e2dcbe96632a901 Mon Sep 17 00:00:00 2001 From: Marcin Usielski Date: Fri, 22 Nov 2024 10:10:40 +0000 Subject: [PATCH] no 3.7 3.8 and 3.9 under Darwin --- .github/workflows/ci.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 42f84b886..3e21e5583 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,6 +10,13 @@ jobs: matrix: os: [ubuntu-latest, macos-latest] python-version: [3.7, 3.8, 3.9, "3.10", 3.11, 3.12, 3.13] + exclude: + - python-version: "3.7" + runs-on: macos-latest + - python-version: "3.8" + runs-on:: macos-latest + - python-version: "3.9" + runs-on: macos-latest env: MOLER_DEBUG_THREADS: True PYTHON_COVERAGE: '3.13'