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

@ -60,6 +60,12 @@ jobs:
- image: circleci/python:3.7
environment:
TOXENV: py37-core
py38-core:
<<: *common
docker:
- image: circleci/python:3.8
environment:
TOXENV: py38-core
pypy3-core:
<<: *common
docker: