From b4684170ff699ad459bec0ac8d23a9aadeda2c13 Mon Sep 17 00:00:00 2001 From: Alex Stapleton Date: Sat, 15 Mar 2014 18:02:13 +0000 Subject: Document the platforms we test on --- docs/installation.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index 63555abc..15e88a8e 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -7,6 +7,17 @@ You can install ``cryptography`` with ``pip``: $ pip install cryptography +Supported platforms +------------------- + +Currently we test ``cryptography`` on these platforms. + +* x86-64 Ubuntu 12.04 LTS +* x86-64 CentOS 6.4 and CentOS 5 +* x86-64 FreeBSD 9.2 and FreeBSD 10 +* OS X 10.9 and OS X 10.8.5 +* 64-bit Windows Server 2008 + On Windows ---------- -- cgit v1.2.3 From bd0c7a6a0541db60088e133cd17200c18f1d94c7 Mon Sep 17 00:00:00 2001 From: Alex Stapleton Date: Sat, 15 Mar 2014 18:08:21 +0000 Subject: Document Python versions too --- docs/installation.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 15e88a8e..dd94a98f 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -10,7 +10,8 @@ You can install ``cryptography`` with ``pip``: Supported platforms ------------------- -Currently we test ``cryptography`` on these platforms. +Currently we test ``cryptography`` on Python 2.6, 2.7, 3.2, 3.3 and PyPy on +these operating systems. * x86-64 Ubuntu 12.04 LTS * x86-64 CentOS 6.4 and CentOS 5 -- cgit v1.2.3 From b10e95425f3061ecafbc4456d305f1f62b2c5495 Mon Sep 17 00:00:00 2001 From: Alex Stapleton Date: Sat, 15 Mar 2014 18:09:33 +0000 Subject: Alphabetise --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index dd94a98f..af583ee3 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -13,10 +13,10 @@ Supported platforms Currently we test ``cryptography`` on Python 2.6, 2.7, 3.2, 3.3 and PyPy on these operating systems. -* x86-64 Ubuntu 12.04 LTS * x86-64 CentOS 6.4 and CentOS 5 * x86-64 FreeBSD 9.2 and FreeBSD 10 * OS X 10.9 and OS X 10.8.5 +* x86-64 Ubuntu 12.04 LTS * 64-bit Windows Server 2008 On Windows -- cgit v1.2.3 From 13432b21dbeeda33319bbffdb0771e14dea4d1d6 Mon Sep 17 00:00:00 2001 From: Alex Stapleton Date: Sat, 15 Mar 2014 19:18:16 +0000 Subject: Tweak wording --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index af583ee3..c6a2a5c0 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -15,9 +15,9 @@ these operating systems. * x86-64 CentOS 6.4 and CentOS 5 * x86-64 FreeBSD 9.2 and FreeBSD 10 -* OS X 10.9 and OS X 10.8.5 +* OS X 10.9 and OS X 10.8 * x86-64 Ubuntu 12.04 LTS -* 64-bit Windows Server 2008 +* 32-bit Python on 64-bit Windows Server 2008 On Windows ---------- -- cgit v1.2.3