aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-04-14 22:35:15 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-04-18 20:24:30 -0500
commit3621d704036a5a06784b2a405842e3164e578c40 (patch)
tree17f198d36388c2bbf702d0edac405d56d7179a8a /setup.py
parent741fccba6cffb77817f248a7561c25f2ba7070cf (diff)
downloadcryptography-3621d704036a5a06784b2a405842e3164e578c40.tar.gz
cryptography-3621d704036a5a06784b2a405842e3164e578c40.tar.bz2
cryptography-3621d704036a5a06784b2a405842e3164e578c40.zip
remove python 3.2 from the classifiers
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 f66977ee..6376a1f5 100644
--- a/setup.py
+++ b/setup.py
@@ -318,7 +318,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 :: Implementation :: CPython",