change: remove Python 3.8 temporarily

This commit is contained in:
debugtalk
2019-12-16 19:48:03 +08:00
parent cc20d8b397
commit 48bfb9cd92

View File

@@ -10,7 +10,7 @@ jobs:
strategy:
max-parallel: 12
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
python-version: [2.7, 3.5, 3.6, 3.7] # TODO: 3.8
os: [ubuntu-latest, macos-latest] # TODO: windows-latest
steps: