Skip to content

Commit ef8b344

Browse files
committed
[ci] Dropped python 3.6, added 3.8 and 3.9
1 parent a0a7e0c commit ef8b344

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
python-version:
21-
- 3.6
2221
- 3.7
22+
- 3.8
23+
- 3.9
2324

2425
steps:
2526
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)