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 7dba449 commit 6e7a684Copy full SHA for 6e7a684
.github/workflows/ci.yml
@@ -26,6 +26,14 @@ jobs:
26
"pypy-3.8",
27
"pypy-3.9",
28
]
29
+ # Python 3.9 is on macos-13 but not macos-latest (macos-14-arm64)
30
+ # https://github.com/actions/setup-python/issues/696#issuecomment-1637587760
31
+ exclude:
32
+ - { python-version: "3.8", os: "macos-latest", experimental: false }
33
+ - { python-version: "3.9", os: "macos-latest", experimental: false }
34
+ include:
35
+ - { python-version: "3.8", os: "macos-13", experimental: false }
36
+ - { python-version: "3.9", os: "macos-13", experimental: false }
37
# uncomment when python 3.13.0 alpha is available
38
#include:
39
# # Only test on a single configuration while there are just pre-releases
0 commit comments