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 c5db9fc commit 81be95dCopy full SHA for 81be95d
.github/workflows/main.yml
@@ -13,25 +13,12 @@ jobs:
13
- "windows-latest"
14
- "macos-latest"
15
python:
16
- - "3.6"
17
- - "3.7"
18
- "3.8"
19
- "3.9"
20
- "3.10"
21
- "3.11"
22
- "3.12"
23
- "3.13"
24
- # Workaround from https://github.com/actions/runner-images/issues/9770
25
- exclude: # Python < v3.8 does not support Apple Silicon ARM64.
26
- - python: "3.6"
27
- os: macos-latest
28
- - python: "3.7"
29
30
- include: # So run those legacy versions on Intel CPUs.
31
32
- os: macos-13
33
34
35
steps:
36
- uses: actions/checkout@v4
37
- name: Setup python
0 commit comments