summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJim Shaver <dcypherd@gmail.com>2015-05-03 01:23:04 -0400
committerJim Shaver <dcypherd@gmail.com>2015-05-05 22:07:18 -0400
commit23dee7e520ae1a0fcf1d3fab2626d36819d5c0ee (patch)
tree96934789e0cf71d95e396be577a77e66746c9804 /setup.py
parent5992c07884cf6342d4ce6a294e9d994bb07984c0 (diff)
downloadpyopenssl-23dee7e520ae1a0fcf1d3fab2626d36819d5c0ee.tar.gz
removed support for Python 3.2
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2e2e394..f742c1e 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,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 :: Implementation :: CPython',