diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01b4a23481f..b2861f3a31d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,6 +114,12 @@ jobs: - "3.10" - "3.11" - "3.12" + exclude: + # MacOS Arm supports Python 3.10+ + - os: MacOS + python: "3.8" + - os: MacOS + python: "3.9" steps: - uses: actions/checkout@v4