Removed python 3.8

This commit is contained in:
Rhet Turnbull
2020-01-11 08:19:54 -08:00
committed by GitHub
parent 9fd2e6d6d5
commit 53ac45af50

View File

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