Skip to content

Commit 3e44b48

Browse files
committed
Add Python 3.6 and 3.7 trove classifiers
Document support for Python 3.6 and 3.7 in the package metadata. Closes #2
1 parent 814eefd commit 3e44b48

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',
6161
'Programming Language :: Python :: 3.5',
62+
'Programming Language :: Python :: 3.6',
63+
'Programming Language :: Python :: 3.7',
6264
'Topic :: Communications :: Chat :: Internet Relay Chat',
6365
],
6466
)

0 commit comments

Comments
 (0)