Skip to content

Commit 50d1997

Browse files
committed
Disabling test build for Python 3.7 on OS X since arm64 is no longer supported on GitHub for Python 3.7
1 parent 1967754 commit 50d1997

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
exclude:
2121
- os: macos-latest
2222
python-version: "pypy3.9"
23+
- os: macos-latest
24+
python-version: "3.7"
2325
- os: windows-latest
2426
python-version: "pypy3.9"
2527
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)