Skip to content

Commit

Permalink
Merge pull request #8357 from jdufresne/py39
Browse files Browse the repository at this point in the history
Test and document support for Python 3.9 release
  • Loading branch information
tk0miya authored Nov 2, 2020
2 parents 449a567 + 95f313e commit 93f6ffb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
env:
- TOXENV=du16
- PYTEST_ADDOPTS="--cov ./ --cov-append --cov-config setup.cfg"
- python: '3.9-dev'
- python: '3.9'
env:
- TOXENV=py39

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ def _run_domain_js(self, domain):
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Framework :: Setuptools Plugin',
Expand Down

0 comments on commit 93f6ffb

Please sign in to comment.