Skip to content

Commit 78649f7

Browse files
authored
Add Python3.6 in CI (#27)
1 parent e9902c9 commit 78649f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,14 @@ jobs:
1818
matrix:
1919
os: [ubuntu-latest] # macos 11 is currently in preview, macos-latest == 1.10.15
2020
python-version: [
21+
3.6,
2122
3.7,
2223
3.8,
2324
3.9,
2425
]
2526
include:
27+
- python-version: 3.6
28+
tox-env: py36
2629
- python-version: 3.7
2730
tox-env: py37
2831
- python-version: 3.8

0 commit comments

Comments
 (0)