From 2def4e5a32fb962ed141164099a03c6054ea9e45 Mon Sep 17 00:00:00 2001 From: Michael Barr Date: Tue, 8 Nov 2016 13:27:52 -0500 Subject: [PATCH] Remove Python 3.2 trove classifier refs tomchristie/django-rest-framework#4662 due to tomchristie/django-rest-framework#4510 --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 735649e42..5d14ddf6a 100755 --- a/setup.py +++ b/setup.py @@ -102,7 +102,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', 'Programming Language :: Python :: 3.5',