summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@twistedmatrix.com>2014-01-09 20:40:46 -0500
committerJean-Paul Calderone <exarkun@twistedmatrix.com>2014-01-09 20:40:46 -0500
commit19ad371f113be59b36b02b3e5ff73bf713906923 (patch)
tree3b473742356c8c1f3b5f56a06f6c08ccd4d5f944 /setup.py
parentf47de9688d03411b6e73e6023d21d8335947b46b (diff)
downloadpyopenssl-19ad371f113be59b36b02b3e5ff73bf713906923.tar.gz
First release screwup: cryptography does not support Python 2.4 or Python 2.5 so we do not either.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index af39efc..95d8635 100755
--- a/setup.py
+++ b/setup.py
@@ -48,11 +48,10 @@ High-level wrapper around a subset of the OpenSSL library, includes
'Operating System :: MacOS :: MacOS X',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX',
- 'Programming Language :: Python :: 2.4',
- 'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.2',
+ 'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Security :: Cryptography',