Add Py3.3 to list of supported versions
This commit is contained in:
parent
651915f31c
commit
654420e351
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -42,6 +42,7 @@ CLASSIFIERS = [ 'Intended Audience :: Developers',
|
|||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3.1',
|
||||
'Programming Language :: Python :: 3.2',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue