aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-03-15 17:07:11 -0430
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-03-15 17:07:11 -0430
commit7b9d92416ece98fdb12b2c220b81d5180bc87945 (patch)
treed5de2454d4e733fb52fb2aac1691fb131024f42d /docs
parentc914372fa0a5eb946d843558eb182012555f0d89 (diff)
parent13432b21dbeeda33319bbffdb0771e14dea4d1d6 (diff)
downloadcryptography-7b9d92416ece98fdb12b2c220b81d5180bc87945.tar.gz
cryptography-7b9d92416ece98fdb12b2c220b81d5180bc87945.tar.bz2
cryptography-7b9d92416ece98fdb12b2c220b81d5180bc87945.zip
Merge pull request #802 from public/platforms
Document the platforms we test on
Diffstat (limited to 'docs')
-rw-r--r--docs/installation.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 63555abc..c6a2a5c0 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -7,6 +7,18 @@ You can install ``cryptography`` with ``pip``:
$ pip install cryptography
+Supported platforms
+-------------------
+
+Currently we test ``cryptography`` on Python 2.6, 2.7, 3.2, 3.3 and PyPy on
+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
+* x86-64 Ubuntu 12.04 LTS
+* 32-bit Python on 64-bit Windows Server 2008
+
On Windows
----------