We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 697183e commit 6d36866Copy full SHA for 6d36866
1 file changed
.github/workflows/ci_tests.yaml
@@ -46,6 +46,17 @@ jobs:
46
optional_mpl_dependency:
47
- ""
48
- -mpl
49
+ include:
50
+ - python-version: '3.11'
51
+ os: macos-latest
52
+ - python-version: '3.12'
53
54
+ - python-version: '3.8'
55
+ os: macos-12 # Intel runner
56
+ - python-version: '3.9'
57
+ os: macos-12
58
+ - python-version: '3.10'
59
60
exclude:
61
# x86 builds are only meaningful for Windows
62
- os: ubuntu-latest
0 commit comments