Removed compatibility with Python 3.2.

This commit is contained in:
Tim Graham 2014-11-24 08:34:02 -05:00
parent 4e65f195e1
commit fed25f1105
12 changed files with 17 additions and 44 deletions

View file

@ -62,7 +62,6 @@ setup(
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Topic :: Internet :: WWW/HTTP',