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