aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2020-10-28 10:38:42 -0400
committerGitHub <noreply@github.com>2020-10-28 07:38:42 -0700
commitd9e174d3e16c4dc50789f9897334bcc14d0b05d9 (patch)
tree775bf9221c2910a87af003c281a50292ac25fbe8 /README.rst
parent46d35a835fe9e0c586c6b89db31280dde82280c0 (diff)
downloadpyca-cryptography-d9e174d3e16c4dc50789f9897334bcc14d0b05d9.zip
pyca-cryptography-d9e174d3e16c4dc50789f9897334bcc14d0b05d9.tar.gz
pyca-cryptography-d9e174d3e16c4dc50789f9897334bcc14d0b05d9.tar.bz2
Drop python 3.5 (#5527)
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 0175c7f..062e3c7 100644
--- a/README.rst
+++ b/README.rst
@@ -21,7 +21,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.5+, and PyPy 5.4+.
+standard library". It supports Python 2.7, Python 3.6+, 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