Skip to content

Commit b0ff1ce

Browse files
committed
Enable tests on all python versions we supported
1 parent 290bff4 commit b0ff1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
strategy:
2424
matrix:
25-
python-version: [2.7, 3.7]
25+
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
2626

2727
steps:
2828
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)