Skip to content

Commit 81fde9c

Browse files
committed
Add Python 3.6 to classifiers
1 parent e7bd33d commit 81fde9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,6 @@
8282
'Programming Language :: Python :: 3',
8383
'Programming Language :: Python :: 3.3',
8484
'Programming Language :: Python :: 3.4',
85-
'Programming Language :: Python :: 3.5']
85+
'Programming Language :: Python :: 3.5',
86+
'Programming Language :: Python :: 3.6']
8687
)

0 commit comments

Comments
 (0)