Skip to content

Commit c237196

Browse files
committed
Add support for Python 3.6
1 parent a80d102 commit c237196

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ python:
55
- "3.3"
66
- "3.4"
77
- "3.5"
8+
- "3.6"
89
- "pypy"
910
- "pypy3"
1011

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
'Programming Language :: Python :: 3.3',
4949
'Programming Language :: Python :: 3.4',
5050
'Programming Language :: Python :: 3.5',
51+
'Programming Language :: Python :: 3.6',
5152
'Programming Language :: Python :: Implementation :: CPython',
5253
'Programming Language :: Python :: Implementation :: PyPy',
5354
'Topic :: Software Development :: Libraries',

0 commit comments

Comments
 (0)