Skip to content

Commit 451f588

Browse files
committed
CI: Run Python 3.5 on ubuntu-20.04
1 parent bbce1da commit 451f588

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,16 @@ jobs:
88
build:
99
strategy:
1010
matrix:
11+
os: [ubuntu-latest]
1112
python-version:
1213
- "2.7"
13-
- "3.5"
1414
- "3.7"
1515
- "3.8"
1616
- "3.9"
17-
runs-on: ubuntu-latest
17+
include:
18+
- os: ubuntu-20.04
19+
python: "3.5"
20+
runs-on: ${{ matrix.os }}
1821
steps:
1922
- uses: actions/checkout@v3
2023
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)