Skip to content

Commit

Permalink
Add Python 3.6 to list of supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Jan 12, 2017
1 parent cd019c9 commit 00582ff
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 @@ -3,6 +3,7 @@ python:
- 2.7
- 3.4
- 3.5
- 3.6
- nightly
- pypy
- pypy3
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def get_version(filename):
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Software Development :: Quality Assurance'
],
Expand Down

0 comments on commit 00582ff

Please sign in to comment.