diff options
author | Alex Stapleton <alexs@prol.etari.at> | 2014-03-15 18:02:13 +0000 |
---|---|---|
committer | Alex Stapleton <alexs@prol.etari.at> | 2014-03-15 18:02:13 +0000 |
commit | b4684170ff699ad459bec0ac8d23a9aadeda2c13 (patch) | |
tree | 7d8306d5bad6bfd28d18137f666cc13df0e4fb8d /docs | |
parent | b8a9c9e6243716b353b0786dae1e6e7d94f474a8 (diff) | |
download | cryptography-b4684170ff699ad459bec0ac8d23a9aadeda2c13.tar.gz cryptography-b4684170ff699ad459bec0ac8d23a9aadeda2c13.tar.bz2 cryptography-b4684170ff699ad459bec0ac8d23a9aadeda2c13.zip |
Document the platforms we test on
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installation.rst | 11 |
1 files changed, 11 insertions, 0 deletions
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 ---------- |