diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2020-04-05 23:03:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-05 22:03:44 -0500 |
commit | 56143e1adb273e332e19f91e019d42ba14ab1b3a (patch) | |
tree | ce9f30473e4adfec7b2dbe51634bbbb462409f05 | |
parent | 3b2102af549c1095d5478bb1243ee4cf76b9762b (diff) | |
download | cryptography-56143e1adb273e332e19f91e019d42ba14ab1b3a.tar.gz cryptography-56143e1adb273e332e19f91e019d42ba14ab1b3a.tar.bz2 cryptography-56143e1adb273e332e19f91e019d42ba14ab1b3a.zip |
Update insallation.rst to reflect our current test matrix (#5183)
* Update insallation.rst to reflect our current test matrix
* Update installation.rst
* Update installation.rst
* Update installation.rst
-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 |