Skip to content

Commit 0479960

Browse files
committed
Exclude Python 3.7 from macOS tests
- no longer available in CI
1 parent 0021a92 commit 0479960

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/testsuite.yml

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
os: ubuntu-latest
3636
- python-version: "pypy-3.10"
3737
os: ubuntu-latest
38+
exclude:
39+
- python-version: 3.7
40+
os: macOS-latest
3841

3942
steps:
4043
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)