From 19ad371f113be59b36b02b3e5ff73bf713906923 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Thu, 9 Jan 2014 20:40:46 -0500 Subject: First release screwup: cryptography does not support Python 2.4 or Python 2.5 so we do not either. --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'setup.py') 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', -- cgit v1.2.1