We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16d2b1f + f9e63e4 commit 94eb67dCopy full SHA for 94eb67d
setup.py
@@ -28,6 +28,9 @@ def getRequires():
28
classifiers=[
29
'Programming Language :: Python :: 2.6',
30
'Programming Language :: Python :: 2.7',
31
- 'Programming Language :: Python :: 3.2'
+ 'Programming Language :: Python :: 3.2',
32
+ 'Programming Language :: Python :: 3.3',
33
+ 'Programming Language :: Python :: 3.4',
34
+ 'Programming Language :: Python :: 3.5'
35
]
36
)
0 commit comments