Skip to content

Commit d1054d1

Browse files
authored
Merge pull request #56 from felixfontein/ci
2 parents 96b396f + 6d63c67 commit d1054d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,11 @@ jobs:
527527
python-version: pypy-3.6
528528
- os: macos-latest
529529
python-version: pypy-3.6
530+
# CPython 3.6 and 3.7 is no longer available on macos-latest
531+
- os: macos-latest
532+
python-version: 3.6
533+
- os: macos-latest
534+
python-version: 3.7
530535
include:
531536
# NOTE: The last GNU/Linux CPython 3.6 available is built for Ubuntu 20
532537
# https://github.com/actions/python-versions/blob/6dd0b75/versions-manifest.json#L3956-L3960

0 commit comments

Comments
 (0)