Skip to content

Commit 24f5355

Browse files
committed
ci: use older version of Ubuntu for Python 3.6
1 parent 3358704 commit 24f5355

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,16 @@ jobs:
1414
os: [ubuntu-latest, windows-latest]
1515
python-version:
1616
- '2.7'
17-
- '3.6'
1817
- '3.7'
1918
- '3.8'
2019
- '3.9'
2120
- '3.10'
21+
include:
22+
# Python 3.6 is not supported in Ubuntu 22.04, so manually adding it to matrix with older version of Ubuntu
23+
- os: ubuntu-20.04
24+
python-version: '3.6'
25+
- os: windows-latest
26+
python-version: '3.6'
2227

2328
runs-on: ${{ matrix.os }}
2429

0 commit comments

Comments
 (0)