aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-04-18 21:53:20 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-04-18 21:53:20 -0400
commit7476b13b4953fd750d0484b0227e5de7b6cfeea8 (patch)
tree723f3c3c3b62be131ed038f0133304a8591abb7a /setup.py
parent702ef6ac75c9e84e221e6696d324bada8076ecb4 (diff)
parent0958641277aee556a047ee9b3cccf6d42f11e09c (diff)
downloadcryptography-7476b13b4953fd750d0484b0227e5de7b6cfeea8.tar.gz
cryptography-7476b13b4953fd750d0484b0227e5de7b6cfeea8.tar.bz2
cryptography-7476b13b4953fd750d0484b0227e5de7b6cfeea8.zip
Merge pull request #1846 from reaperhulk/drop-python-32
Drop support for Python 3.2
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",