Skip to content

Commit

Permalink
add Python 3.6 support
Browse files Browse the repository at this point in the history
make Python 3.6 support official
  • Loading branch information
tomato42 committed Jan 23, 2018
1 parent c877639 commit ae35ac2
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 @@ -9,6 +9,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
- "pypy3"
install:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
],
install_requires=['six'],
)

0 comments on commit ae35ac2

Please sign in to comment.