From 5a5d26c4f8ba388ad1316723737deed3e3170911 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 19 Sep 2015 20:57:00 -0400 Subject: Fixes #2353 -- document that we need PyPy 2.6+ --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') 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 -- cgit v1.2.3