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 4969c28 commit b9d56bcCopy full SHA for b9d56bc
.github/workflows/main.yml
@@ -63,12 +63,6 @@ jobs:
63
- platform: ubuntu-latest
64
python: "3.10"
65
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"}
72
runs-on: ${{ matrix.platform }}
73
continue-on-error: ${{ matrix.python == '3.14' }}
74
env:
0 commit comments