Skip to content

Commit

Permalink
Add testing for Python 3.9 (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdufresne committed Dec 8, 2020
1 parent 96f8cff commit 1be32c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python:
- 3.6
- 3.7
- 3.8
- 3.9
- pypy
- pypy3

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def readme():
'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',
Expand Down

0 comments on commit 1be32c9

Please sign in to comment.