Skip to content

Commit 08b91ec

Browse files
authored
Expand set of Python versions to run tests against (#467)
1 parent c53e9ec commit 08b91ec

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/push.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@ jobs:
1111
strategy:
1212
max-parallel: 4
1313
matrix:
14-
python-version: [ 2.7, 3.6 ]
14+
python-version:
15+
- '2.7'
16+
- '3.6'
17+
- '3.7'
18+
- '3.8'
19+
- '3.9'
20+
- '3.10'
1521
os: [ ubuntu-latest ]
1622
env:
1723
OS: ${{ matrix.os }}

0 commit comments

Comments
 (0)