Update setup.py classifiers for Python3.2

This commit is contained in:
Stanislav Kudriashev 2014-12-08 13:12:18 +02:00
parent 2d7d7af15f
commit 11cc9fc000
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ setup(
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: Implementation :: CPython',