summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2016-09-06 09:47:38 -0700
committerAndy McCurdy <andy@andymccurdy.com>2016-09-06 09:47:38 -0700
commitdc56e5f3160e55d6272b024c4768bbc3c327d72b (patch)
tree90aea716a8ed901518bebec6e8616521a05bd1aa /setup.py
parentac9370f05a86e59f46ad8bf492ece891b4cbb097 (diff)
downloadredis-py-dc56e5f3160e55d6272b024c4768bbc3c327d72b.tar.gz
remove python 3.2 support. travis no longer supports it.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1becd97..645f3d4 100644
--- a/setup.py
+++ b/setup.py
@@ -56,7 +56,6 @@ 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 :: 3.5',