change: remove python verison 3.8

This commit is contained in:
debugtalk
2020-03-10 18:00:55 +08:00
parent 9c86c6bfec
commit 43de670c95
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1,6 +1,6 @@
# Release History
## 3.0.0 (2020-03-07)
## 3.0.0 (2020-03-10)
**Changed**