Update pythonpackage.yml

This commit is contained in:
Atsushi Sakai
2019-11-17 13:33:50 +09:00
committed by GitHub
parent 157664857b
commit 3333b34ce2

View File

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