From b29edf93802b61543e44c5492a7f97e714f90086 Mon Sep 17 00:00:00 2001 From: Todd Wildey Date: Thu, 30 May 2024 16:45:43 -0700 Subject: [PATCH] Disabling test build for Python 3.7 on OS X since arm64 is no longer supported on GitHub for Python 3.7 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca8011cf..049a7534 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,8 @@ jobs: exclude: - os: macos-latest python-version: "pypy3.9" + - os: macos-latest + python-version: "3.7" - os: windows-latest python-version: "pypy3.9" runs-on: ${{ matrix.os }}