Skip to content

Commit 4fb8135

Browse files
authored
Elaborate on how Python 3.6 and 3.7 are tested in GitHub Actions (#172)
1 parent 11954c2 commit 4fb8135

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
python:
2222
# Python versions (CPython):
2323
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
24+
#
25+
# Python 3.7 is tested on Ubuntu 22.04 (below).
26+
# Python 3.6 is tested on Windows (below).
2427
- "3.8"
2528
- "3.9"
2629
- "3.10"
@@ -97,6 +100,7 @@ jobs:
97100

98101
# Ubuntu: test deadsnakes Python versions which are not supported by
99102
# GHA python-versions.
103+
# https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa
100104
- os: ubuntu-22.04
101105
python: "3.7"
102106

0 commit comments

Comments
 (0)