Skip to content

Commit

Permalink
Add Python 3.7 as supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Aug 1, 2019
1 parent a593a5d commit 243201b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -10,6 +10,7 @@ python:
- 3.4
- 3.5
- 3.6
- 3.7
- pypy
- pypy3

Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -47,6 +47,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Programming Language :: Python',
Expand Down

0 comments on commit 243201b

Please sign in to comment.