aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-04-18 20:26:03 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-04-18 20:26:03 -0500
commit0958641277aee556a047ee9b3cccf6d42f11e09c (patch)
tree723f3c3c3b62be131ed038f0133304a8591abb7a /README.rst
parent3621d704036a5a06784b2a405842e3164e578c40 (diff)
downloadcryptography-0958641277aee556a047ee9b3cccf6d42f11e09c.tar.gz
cryptography-0958641277aee556a047ee9b3cccf6d42f11e09c.tar.bz2
cryptography-0958641277aee556a047ee9b3cccf6d42f11e09c.zip
remove python 3.2 from every other place I could find
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 1277505a..4f5c646f 100644
--- a/README.rst
+++ b/README.rst
@@ -18,7 +18,7 @@ Cryptography
``cryptography`` is a package which provides cryptographic recipes and
primitives to Python developers. Our goal is for it to be your "cryptographic
-standard library". It supports Python 2.6-2.7, Python 3.2+, and PyPy.
+standard library". It supports Python 2.6-2.7, Python 3.3+, and PyPy.
``cryptography`` includes both high level recipes, and low level interfaces to
common cryptographic algorithms such as symmetric ciphers, message digests and