Skip to content

Commit 9d74bd6

Browse files
committed
Add trove classifiers for missing supported Python versions
1 parent 413fc5e commit 9d74bd6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,13 @@
5353
'Intended Audience :: Developers',
5454
'Natural Language :: English',
5555
'Programming Language :: Python',
56+
'Programming Language :: Python :: 2',
5657
'Programming Language :: Python :: 2.6',
5758
'Programming Language :: Python :: 2.7',
59+
'Programming Language :: Python :: 3',
5860
'Programming Language :: Python :: 3.3',
5961
'Programming Language :: Python :: 3.4',
6062
'Programming Language :: Python :: 3.5',
63+
'Programming Language :: Python :: 3.6',
6164
),
6265
)

0 commit comments

Comments
 (0)