Skip to content

Commit 94eb67d

Browse files
Merge pull request #134 from felixonmars/master
Add Python 3.3, 3.4, 3.5 to setup.py classifiers
2 parents 16d2b1f + f9e63e4 commit 94eb67d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ def getRequires():
2828
classifiers=[
2929
'Programming Language :: Python :: 2.6',
3030
'Programming Language :: Python :: 2.7',
31-
'Programming Language :: Python :: 3.2'
31+
'Programming Language :: Python :: 3.2',
32+
'Programming Language :: Python :: 3.3',
33+
'Programming Language :: Python :: 3.4',
34+
'Programming Language :: Python :: 3.5'
3235
]
3336
)

0 commit comments

Comments
 (0)