aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2020-12-09 00:10:10 -0500
committerGitHub <noreply@github.com>2020-12-08 23:10:10 -0600
commitff12a375521e5b702d9d58c8a04604c65496eb54 (patch)
tree39b230f00354c2b8fbd3eee9c5c343eda6ea41d1 /README.rst
parentd63473112119993bc5d556e0c37b03d5e5b560f0 (diff)
downloadpyca-cryptography-ff12a375521e5b702d9d58c8a04604c65496eb54.zip
pyca-cryptography-ff12a375521e5b702d9d58c8a04604c65496eb54.tar.gz
pyca-cryptography-ff12a375521e5b702d9d58c8a04604c65496eb54.tar.bz2
Remove Python2 from CI and code that branched on it (#5607)
* Remove Python2 from CI and code that branched on it * Update setup.py Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> * remove * review feedback Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
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 10de198..06bdbbe 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.6+, and PyPy 5.4+.
+standard library". It supports Python 3.6+ and PyPy3 7.2+.
``cryptography`` includes both high level recipes and low level interfaces to
common cryptographic algorithms such as symmetric ciphers, message digests, and