Skip to content

Commit 8e24cdc

Browse files
author
Baptiste Jonglez
committed
setup: advertise compatibility with Python 3.5 and 3.6
1 parent c9316d3 commit 8e24cdc

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
@@ -59,6 +59,8 @@
5959
'Programming Language :: Python :: 2.7',
6060
'Programming Language :: Python :: 3.3',
6161
'Programming Language :: Python :: 3.4',
62+
'Programming Language :: Python :: 3.5',
63+
'Programming Language :: Python :: 3.6',
6264
'Topic :: Internet :: WWW/HTTP',
6365
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
6466
],

0 commit comments

Comments
 (0)