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 0ae5775 commit f34a353Copy full SHA for f34a353
.github/workflows/coverage.yml
@@ -69,15 +69,13 @@ jobs:
69
python-version: "pypy-3.9"
70
- os: windows
71
python-version: "pypy-3.10"
72
- # GitHub is rolling out macos 14, but it doesn't have Python 3.8 or 3.9.
73
- # https://mastodon.social/@hugovk/112320493602782374
74
- include:
75
- - python-version: "3.8"
76
- os: "macos"
77
- os-version: "13"
78
- - python-version: "3.9"
79
80
+ # If we need to tweak the os version we can do it with an include like
+ # this:
+ # include:
+ # - python-version: "3.8"
+ # os: "macos"
+ # os-version: "13"
+
81
# If one job fails, stop the whole thing.
82
fail-fast: true
83
0 commit comments