aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2019-01-22 13:33:37 -0600
committerAlex Gaynor <alex.gaynor@gmail.com>2019-01-22 14:33:37 -0500
commit543226c1a00f9a775358d8028b462e99b1bdb60a (patch)
tree13434956e444edb23f3cabc07939a4799a378af0 /README.rst
parentccf8ef3eb73bac73629dc95334df0ececb6853d3 (diff)
downloadcryptography-543226c1a00f9a775358d8028b462e99b1bdb60a.tar.gz
cryptography-543226c1a00f9a775358d8028b462e99b1bdb60a.tar.bz2
cryptography-543226c1a00f9a775358d8028b462e99b1bdb60a.zip
pypy 5.4+ (#4732)
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 13f2d7d1..f680dd04 100644
--- a/README.rst
+++ b/README.rst
@@ -18,7 +18,7 @@ pyca/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.7, Python 3.4+, and PyPy 5.3+.
+standard library". It supports Python 2.7, Python 3.4+, and PyPy 5.4+.
``cryptography`` includes both high level recipes and low level interfaces to
common cryptographic algorithms such as symmetric ciphers, message digests, and