diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-05-27 19:32:26 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2017-05-27 20:32:26 -0400 |
commit | 6a10b29ac7b2a708869a52bc7ca7fd6374a70894 (patch) | |
tree | 1bb5eaf52bb36e7b2553bcc118914f441b8306cc /docs | |
parent | a55cc3b400d0bdd69e5c0b1caa3461b286382a9c (diff) | |
download | cryptography-6a10b29ac7b2a708869a52bc7ca7fd6374a70894.tar.gz cryptography-6a10b29ac7b2a708869a52bc7ca7fd6374a70894.tar.bz2 cryptography-6a10b29ac7b2a708869a52bc7ca7fd6374a70894.zip |
Improve accuracy of install docs page (#3626)
* Improve accuracy of install docs page
* fix line length
Diffstat (limited to 'docs')
-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 bbb69213..d676fb30 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -11,13 +11,13 @@ Supported platforms ------------------- Currently we test ``cryptography`` on Python 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, and -PyPy 2.6+ on these operating systems. +PyPy 5.3+ on these operating systems. -* x86-64 CentOS 7.x, 6.4 -* x86-64 FreeBSD 10 +* x86-64 CentOS 7.x +* x86-64 FreeBSD 11 * macOS 10.12 Sierra, 10.11 El Capitan, 10.10 Yosemite, 10.9 Mavericks -* x86-64 Ubuntu 12.04 LTS and Ubuntu 14.04 LTS -* x86-64 Debian Wheezy (7.x), Jessie (8.x), and Debian Sid (unstable) +* x86-64 Ubuntu 14.04, 16.04, and rolling +* x86-64 Debian Wheezy (7.x), Jessie (8.x), Stretch (9.x), and Sid (unstable) * 32-bit and 64-bit Python on 64-bit Windows Server 2012 .. warning:: |