Skip to content

Commit 924c241

Browse files
committed
declare support for Python 3.6
1 parent ac59f2f commit 924c241

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
@@ -4,6 +4,7 @@ python:
44
- "3.3"
55
- "3.4"
66
- "3.5"
7+
- "3.6"
78
- "pypy"
89
- "pypy3"
910
branches:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,5 @@ def requirements():
5353
'Programming Language :: Python :: 3.3',
5454
'Programming Language :: Python :: 3.4',
5555
'Programming Language :: Python :: 3.5',
56+
'Programming Language :: Python :: 3.6'
5657
],)

0 commit comments

Comments
 (0)