Skip to content

Commit 81be95d

Browse files
Remove Python 3.6 and 3.7 from GitHub Actions workflow.
1 parent c5db9fc commit 81be95d

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,12 @@ jobs:
1313
- "windows-latest"
1414
- "macos-latest"
1515
python:
16-
- "3.6"
17-
- "3.7"
1816
- "3.8"
1917
- "3.9"
2018
- "3.10"
2119
- "3.11"
2220
- "3.12"
2321
- "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-
os: macos-latest
30-
include: # So run those legacy versions on Intel CPUs.
31-
- python: "3.6"
32-
os: macos-13
33-
- python: "3.7"
34-
os: macos-13
3522
steps:
3623
- uses: actions/checkout@v4
3724
- name: Setup python

0 commit comments

Comments
 (0)