Skip to content

Commit b9d56bc

Browse files
committed
Remove actions on 3.8 for macos
1 parent 4969c28 commit b9d56bc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,6 @@ jobs:
6363
- platform: ubuntu-latest
6464
python: "3.10"
6565
distutils: stdlib
66-
# Python 3.8, 3.9 are on macos-13 but not macos-latest (macos-14-arm64)
67-
# https://github.com/actions/setup-python/issues/850
68-
# https://github.com/actions/setup-python/issues/696#issuecomment-1637587760
69-
- {python: "3.8", platform: "macos-13"}
70-
exclude:
71-
- {python: "3.8", platform: "macos-latest"}
7266
runs-on: ${{ matrix.platform }}
7367
continue-on-error: ${{ matrix.python == '3.14' }}
7468
env:

0 commit comments

Comments
 (0)