Skip to content

Commit d18880e

Browse files
test multiple python versions
1 parent 8a6b709 commit d18880e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ env:
77
jobs:
88
test:
99
runs-on: ubuntu-latest
10+
strategy:
11+
matrix:
12+
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
1013

1114
steps:
1215
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)