Add python 3.9 support

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

View File

@ -66,6 +66,12 @@ jobs:
- image: circleci/python:3.8
environment:
TOXENV: py38-core
py39-core:
<<: *common
docker:
- image: circleci/python:3.9
environment:
TOXENV: py39-core
pypy3-core:
<<: *common
docker:

View File

@ -76,6 +76,7 @@ setup(
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: Implementation :: PyPy',
],
)

View File

@ -28,7 +28,8 @@ basepython =
docs: python
py36: python3.6
py37: python3.7
py37: python3.8
py38: python3.8
py39: python3.9
pypy3: pypy3
extras=
test