Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 991e0f6

Browse files
committed
Add more specific Python version classifiers
1 parent 4f99fa0 commit 991e0f6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
'Intended Audience :: Developers',
2929
'License :: OSI Approved :: Apache Software License',
3030
'Programming Language :: Python :: 2',
31+
'Programming Language :: Python :: 2.6',
32+
'Programming Language :: Python :: 2.7',
3133
'Programming Language :: Python :: 3',
34+
'Programming Language :: Python :: 3.2',
35+
'Programming Language :: Python :: 3.3',
3236
],
3337
)

0 commit comments

Comments
 (0)