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.
2 parents 96b396f + 6d63c67 commit d1054d1Copy full SHA for d1054d1
.github/workflows/ci-cd.yml
@@ -527,6 +527,11 @@ jobs:
527
python-version: pypy-3.6
528
- os: macos-latest
529
530
+ # CPython 3.6 and 3.7 is no longer available on macos-latest
531
+ - os: macos-latest
532
+ python-version: 3.6
533
534
+ python-version: 3.7
535
include:
536
# NOTE: The last GNU/Linux CPython 3.6 available is built for Ubuntu 20
537
# https://github.com/actions/python-versions/blob/6dd0b75/versions-manifest.json#L3956-L3960
0 commit comments