We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ed561 commit ac9cb8eCopy full SHA for ac9cb8e
.github/workflows/python.yml
@@ -170,6 +170,16 @@ jobs:
170
- "3.11"
171
- "3.10"
172
- "3.9" # lowest supported -- handled in include
173
+ exclude:
174
+ - os: macos-latest
175
+ python-version: "3.10"
176
177
+ python-version: "3.9"
178
+ include:
179
+ - os: macos-13
180
181
182
183
steps:
184
- name: Checkout
185
# see https://github.com/actions/checkout
0 commit comments