diff options
| author | Mads Jensen <mje@inducks.org> | 2020-01-12 19:36:56 +0100 |
|---|---|---|
| committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2020-01-12 13:36:56 -0500 |
| commit | 1d6ef10910b17fded7f1c7fbd6f20e485697e6e9 (patch) | |
| tree | 24eb53c851ac08a4c8971fcafe0b3797ed102d93 | |
| parent | f956ab40866cda71eb83dc603703770d79d1bbf9 (diff) | |
| download | cryptography-1d6ef10910b17fded7f1c7fbd6f20e485697e6e9.tar.gz cryptography-1d6ef10910b17fded7f1c7fbd6f20e485697e6e9.tar.bz2 cryptography-1d6ef10910b17fded7f1c7fbd6f20e485697e6e9.zip | |
Updates Python version in README (#5094)
| -rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.4+, and PyPy 5.4+. +standard library". It supports Python 2.7, Python 3.5+, 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 |
