Test and document support for Python 3.9 release

This commit is contained in:
Jon Dufresne 2020-11-01 08:25:22 -08:00
parent 7eabbfc5ec
commit 95f313eab7
2 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
env: env:
- TOXENV=du16 - TOXENV=du16
- PYTEST_ADDOPTS="--cov ./ --cov-append --cov-config setup.cfg" - PYTEST_ADDOPTS="--cov ./ --cov-append --cov-config setup.cfg"
- python: '3.9-dev' - python: '3.9'
env: env:
- TOXENV=py39 - TOXENV=py39

View File

@ -202,6 +202,7 @@ setup(
'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy', 'Programming Language :: Python :: Implementation :: PyPy',
'Framework :: Setuptools Plugin', 'Framework :: Setuptools Plugin',