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 de09ece commit 2737245Copy full SHA for 2737245
1 file changed
.github/workflows/python.yml
@@ -180,23 +180,10 @@ jobs:
180
- "-allExtras"
181
- "-noExtras"
182
exclude:
183
- - os: macos-latest
+ - os: macos-latest # macos-latest is incompatible with some PY versions
184
python-version: "3.10"
185
186
python-version: "3.9"
187
- include:
188
- - os: macos-13
189
- python-version: "3.10"
190
- toxenv-factors: "-allExtras"
191
192
193
- toxenv-factors: "-noExtras"
194
195
- python-version: "3.9"
196
197
198
199
200
steps:
201
- name: Disabled Git auto EOL CRLF transforms
202
run: |
0 commit comments