There was an error while loading. Please reload this page.
1 parent 11954c2 commit 4fb8135Copy full SHA for 4fb8135
1 file changed
.github/workflows/build.yml
@@ -21,6 +21,9 @@ jobs:
21
python:
22
# Python versions (CPython):
23
# 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).
27
- "3.8"
28
- "3.9"
29
- "3.10"
@@ -97,6 +100,7 @@ jobs:
97
100
98
101
# Ubuntu: test deadsnakes Python versions which are not supported by
99
102
# GHA python-versions.
103
+ # https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa
104
- os: ubuntu-22.04
105
python: "3.7"
106
0 commit comments