use Python 3.7 in github action

This commit is contained in:
Son NK 2020-03-11 12:49:01 +01:00
parent 9bcec60736
commit c339cc1adf
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.6]
python-version: [3.7]
steps:
- uses: actions/checkout@v1