Update CI to use python3.7+

This commit is contained in:
Jay Townsend
2019-10-03 00:15:19 +01:00
parent 7c4bee20aa
commit 48e5cfcb44
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.6, 3.7]
python-version: [3.7]
steps:
- uses: actions/checkout@v1