Skip to content

Commit 5bd41ce

Browse files
m
1 parent c73885b commit 5bd41ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
- ""
4848
- -mpl
4949
exclude:
50+
# Python <3.11 incompatible with macOS ARM64 runners
5051
# https://github.com/actions/setup-python/issues/948
5152
- python: 3.7
5253
os: macos-latest
@@ -56,11 +57,13 @@ jobs:
5657
os: macos-latest
5758
- python: 3.10
5859
os: macos-latest
60+
5961
# x86 builds are only meaningful for Windows
6062
- os: ubuntu-latest
6163
architecture: x86
6264
- os: macos-latest
6365
architecture: x86
66+
6467
# MPL is not supported on <3.11
6568
- python: 3.7
6669
optional_mpl_dependency: -mpl

0 commit comments

Comments
 (0)