Skip to content

Commit

Permalink
Add Python 3.9 support to tox.ini and classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilliamson committed Jan 27, 2021
1 parent d378dcf commit 0c95036
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def _download_tarball(self, source_url, tarball_path, lib_dir):
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
)

2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py34,py35,py36,py37,py38,pypy,pypy3
envlist = py27,py34,py35,py36,py37,py38,py39,pypy,pypy3
isolated_build = True
[testenv]
changedir = {envtmpdir}
Expand Down

0 comments on commit 0c95036

Please sign in to comment.