aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2023-03-24 21:15:13 +0800
committerGitHub <noreply@github.com>2023-03-24 13:15:13 +0000
commitb5170bf26dcc2834e2279e1e739d94916e5a5fc3 (patch)
tree48060c4bde50ab39ae3451eb597ab02f6e92410f /README.rst
parent5e6476a4c6e094926a983dcf5cbe9488c30aeb53 (diff)
downloadpyca-cryptography-b5170bf26dcc2834e2279e1e739d94916e5a5fc3.zip
pyca-cryptography-b5170bf26dcc2834e2279e1e739d94916e5a5fc3.tar.gz
pyca-cryptography-b5170bf26dcc2834e2279e1e739d94916e5a5fc3.tar.bz2
drop python 3.6 support (#8448)
* drop python 3.6 support * Update tests/hazmat/bindings/test_openssl.py Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com> --------- Co-authored-by: Alex Gaynor <alex.gaynor@gmail.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 e03cfcd..d71765b 100644
--- a/README.rst
+++ b/README.rst
@@ -15,7 +15,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 3.6+ and PyPy3 7.3.10+.
+standard library". It supports Python 3.7+ and PyPy3 7.3.10+.
``cryptography`` includes both high level recipes and low level interfaces to
common cryptographic algorithms such as symmetric ciphers, message digests, and