diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2021-09-07 09:37:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-07 08:37:58 -0500 |
| commit | 3cf6f7d56777177d9031f7cb47ed6e1e2eae5f9c (patch) | |
| tree | b2ea9a67b3de61d5d7519d3f7cf3bef8f83c10b5 /docs | |
| parent | e4934064868c8863a66fcc54802f829086af24cf (diff) | |
| download | cryptography-3cf6f7d56777177d9031f7cb47ed6e1e2eae5f9c.tar.gz | |
updated installation docs to reflect what we test on (#6265)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/installation.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/installation.rst b/docs/installation.rst index a9f40bf9a..65a8d0124 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -16,10 +16,11 @@ Supported platforms Currently we test ``cryptography`` on Python 3.6+ and PyPy3 7.3.1 on these operating systems. -* x86-64 & AArch64 CentOS 8.x +* x86-64 CentOS 8.x * x86-64 Fedora (latest) * x86-64 macOS 10.15 Catalina -* x86-64 & AArch64 Ubuntu 18.04, 20.04 +* x86-64 Ubuntu 18.04, 20.04 +* AArch64 Ubuntu 20.04 * x86-64 Ubuntu rolling * x86-64 Debian Stretch (9.x), Buster (10.x), Bullseye (11.x), and Sid (unstable) @@ -31,6 +32,7 @@ OpenSSL releases: * ``OpenSSL 1.1.0-latest`` * ``OpenSSL 1.1.1-latest`` +* ``OpenSSL 3.0-latest`` Building cryptography on Windows |
