Skip to content

Commit 3b7ce71

Browse files
author
John Giannelos
authored
Merge pull request #398 from johngian/fix-actions
Multiple fixes on gh actions
2 parents 14d49f3 + 261806d commit 3b7ce71

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ jobs:
77
strategy:
88
matrix:
99
python_version:
10-
- "2.7"
11-
- "3.4"
12-
- "3.5"
1310
- "3.6"
1411
- "3.7"
1512
- "3.8"
16-
name: Python ${{ python_version }}
13+
- "3.9"
14+
name: Python ${{ matrix.python_version }}
1715
steps:
1816
- name: Checkout repository
1917
uses: actions/checkout@v2

0 commit comments

Comments
 (0)