Skip to content

Commit a56438b

Browse files
committed
increase python version in github actions
1 parent 81fb2fe commit a56438b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ jobs:
66

77
runs-on: ${{ matrix.os }}
88
strategy:
9-
max-parallel: 4
9+
max-parallel: 6
1010
matrix:
1111
os: [ubuntu-latest, macos-latest, windows-latest]
12-
python-version: [3.6, 3.7]
12+
python-version: [3.7, 3.8, 3.9]
1313

1414
steps:
1515
- uses: actions/checkout@master

0 commit comments

Comments
 (0)