Skip to content

Commit 5a0aa29

Browse files
committed
ci: run Python 3.6 on Ubuntu 20.04
1 parent e86bf2d commit 5a0aa29

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
strategy:
1717
matrix:
1818
python-version:
19-
- "3.6"
2019
- "3.7"
2120
- "3.8"
2221
- "3.9"
@@ -29,6 +28,11 @@ jobs:
2928
- "pypy3.9"
3029
- "pypy3.10"
3130
os: [ubuntu-latest]
31+
include:
32+
# Python 3.6 is not available on Ubuntu 22.04,
33+
# so use Ubuntu 20.04:
34+
- python-version: "3.6"
35+
os: ubuntu-20.04
3236

3337

3438
steps:

0 commit comments

Comments
 (0)