Update pythonpackage.yml

remove python 3.6
This commit is contained in:
Ninh Dinh 2019-12-22 17:42:02 +01:00 committed by GitHub
parent 647ccc7609
commit 9eff73f81b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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, 3.7]
python-version: [3.7]
steps:
- uses: actions/checkout@v1