diff options
-rw-r--r-- | docs/installation.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/installation.rst b/docs/installation.rst index 80b606c9..22c85681 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -10,14 +10,14 @@ You can install ``cryptography`` with ``pip``: Supported platforms ------------------- -Currently we test ``cryptography`` on Python 2.7, 3.5+, and -PyPy 5.4+ on these operating systems. +Currently we test ``cryptography`` on Python 2.7, 3.5+, +PyPy 7.1+, and PyPy3 7.0 on these operating systems. * x86-64 CentOS 7.x * x86-64 Fedora (latest) -* macOS 10.13 High Sierra, 10.14 Mojave -* x86-64 Ubuntu 14.04, 16.04, and rolling -* x86-64 Debian Jessie (8.x), Stretch (9.x), Buster (10.x), and Sid (unstable) +* macOS 10.15 Catalina +* x86-64 Ubuntu 16.04 and rolling +* x86-64 Debian Stretch (9.x), Buster (10.x), and Sid (unstable) * x86-64 Alpine (latest) * 32-bit and 64-bit Python on 64-bit Windows Server 2019 |