Skip to content

Commit 7b80400

Browse files
committed
setup.py: add Python 3.4 - 3.6 to classifiers
1 parent 058579b commit 7b80400

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
4646
# that you indicate whether you support Python 2, Python 3 or both.
4747
'Programming Language :: Python :: 2',
4848
'Programming Language :: Python :: 2.7',
49+
'Programming Language :: Python :: 3',
50+
'Programming Language :: Python :: 3.4',
51+
'Programming Language :: Python :: 3.5',
52+
'Programming Language :: Python :: 3.6',
4953
],
5054

5155
# What does your project relate to?

0 commit comments

Comments
 (0)