Skip to content

Commit c73885b

Browse files
m
1 parent 6d36866 commit c73885b

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,16 @@ jobs:
4646
optional_mpl_dependency:
4747
- ""
4848
- -mpl
49-
include:
50-
- python-version: '3.11'
49+
exclude:
50+
# https://github.com/actions/setup-python/issues/948
51+
- python: 3.7
5152
os: macos-latest
52-
- python-version: '3.12'
53+
- python: 3.8
54+
os: macos-latest
55+
- python: 3.9
56+
os: macos-latest
57+
- python: 3.10
5358
os: macos-latest
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-
os: macos-12
60-
exclude:
6159
# x86 builds are only meaningful for Windows
6260
- os: ubuntu-latest
6361
architecture: x86

0 commit comments

Comments
 (0)