Skip to content

Commit 945dd85

Browse files
authored
Update python.yml
1 parent 1ceb844 commit 945dd85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
python-version: [3.5, 3.6]
16+
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
1717

1818
steps:
1919
- uses: actions/checkout@v2
@@ -22,4 +22,4 @@ jobs:
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
- run: make
25-
- run: make test-travis
25+
- run: make test

0 commit comments

Comments
 (0)