Skip to content

Commit 63a469b

Browse files
authored
Note explicit support for Python 3.5 and 3.6
1 parent 8556fc2 commit 63a469b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ def get_install_requires():
5858
'Programming Language :: Python :: 2.7',
5959
'Programming Language :: Python :: 3.3',
6060
'Programming Language :: Python :: 3.4',
61+
'Programming Language :: Python :: 3.5',
62+
'Programming Language :: Python :: 3.6',
6163
'Programming Language :: Python :: Implementation :: PyPy',
6264
'Topic :: Utilities',
6365
],

0 commit comments

Comments
 (0)