From b228b47222239b1c2d6a804d048fb371030db176 Mon Sep 17 00:00:00 2001 From: "E. Madison Bray" Date: Sun, 2 Jun 2024 11:57:12 +0200 Subject: [PATCH] drop older pythons on MacOS (will probably drop them entirely later, and add 3.9+) --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44b9f61..40fa42e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,10 @@ jobs: gap-version: "4.11.0" - python-version: "3.8" gap-version: "4.10.2" + - platform: "macos-latest" + python-version: "3.6" + - platform: "macos-latest" + python-version: "3.7" runs-on: "${{ matrix.platform }}" steps: - uses: actions/checkout@v4