aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-09-19 20:57:00 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-09-19 20:57:00 -0400
commit5a5d26c4f8ba388ad1316723737deed3e3170911 (patch)
tree520fb4df1c3ec2ea90b1d753a605e0134c21840b
parent298d25ad89362f77eb1bb70de8fa6e756b38d628 (diff)
downloadcryptography-5a5d26c4f8ba388ad1316723737deed3e3170911.tar.gz
cryptography-5a5d26c4f8ba388ad1316723737deed3e3170911.tar.bz2
cryptography-5a5d26c4f8ba388ad1316723737deed3e3170911.zip
Fixes #2353 -- document that we need PyPy 2.6+
-rw-r--r--README.rst2
-rw-r--r--docs/installation.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 949826e6..19fa7792 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.3+, and PyPy.
+standard library". It supports Python 2.6-2.7, Python 3.3+, and PyPy 2.6+.
``cryptography`` includes both high level recipes, and low level interfaces to
common cryptographic algorithms such as symmetric ciphers, message digests and
diff --git a/docs/installation.rst b/docs/installation.rst
index 277e021b..1caeb1f7 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -10,7 +10,7 @@ You can install ``cryptography`` with ``pip``:
Supported platforms
-------------------
-Currently we test ``cryptography`` on Python 2.6, 2.7, 3.3, 3.4 and PyPy
+Currently we test ``cryptography`` on Python 2.6, 2.7, 3.3, 3.4 and PyPy 2.6+
on these operating systems.
* x86-64 CentOS 7.x, 6.4 and CentOS 5.x