Skip to content

Commit

Permalink
Disabling test build for Python 3.7 on OS X since arm64 is no longer …
Browse files Browse the repository at this point in the history
…supported on GitHub for Python 3.7
  • Loading branch information
twwildey committed May 30, 2024
1 parent 1967754 commit 50d1997
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 50d1997

Please sign in to comment.