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 2760eef commit a30589bCopy full SHA for a30589b
.github/workflows/main.yml
@@ -61,6 +61,12 @@ jobs:
61
- platform: ubuntu-latest
62
python: "3.10"
63
distutils: stdlib
64
+ # Python 3.9 is on macos-13 but not macos-latest (macos-14-arm64)
65
+ # https://github.com/actions/setup-python/issues/850
66
+ # https://github.com/actions/setup-python/issues/696#issuecomment-1637587760
67
+ - {python: "3.8", platform: "macos-13"}
68
+ exclude:
69
+ - {python: "3.8", platform: "macos-latest"}
70
runs-on: ${{ matrix.platform }}
71
continue-on-error: ${{ matrix.python == '3.13' }}
72
env:
0 commit comments