Add python3.8 support

This commit is contained in:
kclowes
2021-11-19 13:43:20 -07:00
parent 080794077d
commit 765b2e4414
3 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
envlist=
py{36,37,py3}-core
py{36,37,38,py3}-core
lint
docs
@ -28,6 +28,7 @@ basepython =
docs: python
py36: python3.6
py37: python3.7
py37: python3.8
pypy3: pypy3
extras=
test