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 a30589b commit 37f2020Copy full SHA for 37f2020
.github/workflows/main.yml
@@ -61,7 +61,7 @@ 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)
+ # Python 3.8, 3.9 are 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"}
0 commit comments