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 37718aa commit cc43212Copy full SHA for cc43212
.github/workflows/main.yml
@@ -63,6 +63,9 @@ jobs:
63
- platform: ubuntu-latest
64
python: "3.10"
65
distutils: stdlib
66
+ # TODO: Re-evaluate the need for the following workaround
67
+ exclude:
68
+ - {python: "3.9", platform: "macos-latest"} # actions/setup-python#981
69
runs-on: ${{ matrix.platform }}
70
continue-on-error: ${{ matrix.python == '3.14' }}
71
env:
0 commit comments