Skip to content

Commit 79e9073

Browse files
committed
Switch Python 2.7 and 3.6 to older base images
These are no longer supported on ubuntu-latest, but they work on 20.04.
1 parent bb9d74c commit 79e9073

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: .github/workflows/tests.yml

+10
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ jobs:
1010
matrix:
1111
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
1212
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
13+
exclude:
14+
- python-version: "2.7"
15+
os: "ubuntu-latest"
16+
- python-version: "3.6"
17+
os: "ubuntu-latest"
18+
include:
19+
- python-version: "2.7"
20+
os: "ubuntu-20.04"
21+
- python-version: "3.6"
22+
os: "ubuntu-20.04"
1323
env:
1424
TOXENV: py
1525

0 commit comments

Comments
 (0)