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 a5b7f6d commit ed7f0caCopy full SHA for ed7f0ca
.github/workflows/testing.yml
@@ -18,12 +18,6 @@ jobs:
18
matrix:
19
python-version: [3.9, "3.10", 3.11]
20
os: [ubuntu-latest, macOS-latest, windows-latest]
21
- # Python 3.9 is on macos-13 but not macos-latest (macos-14-arm64)
22
- # https://github.com/actions/setup-python/issues/696#issuecomment-1637587760
23
- exclude:
24
- - { python-version: "3.9", os: "macos-latest" }
25
- include:
26
- - { python-version: "3.9", os: "macos-13" }
27
28
steps:
29
- uses: actions/checkout@v4
0 commit comments