We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c73885b commit 5bd41ceCopy full SHA for 5bd41ce
1 file changed
.github/workflows/ci_tests.yaml
@@ -47,6 +47,7 @@ jobs:
47
- ""
48
- -mpl
49
exclude:
50
+ # Python <3.11 incompatible with macOS ARM64 runners
51
# https://github.com/actions/setup-python/issues/948
52
- python: 3.7
53
os: macos-latest
@@ -56,11 +57,13 @@ jobs:
56
57
58
- python: 3.10
59
60
+
61
# x86 builds are only meaningful for Windows
62
- os: ubuntu-latest
63
architecture: x86
64
- os: macos-latest
65
66
67
# MPL is not supported on <3.11
68
69
optional_mpl_dependency: -mpl
0 commit comments