diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-04-18 20:26:03 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-04-18 20:26:03 -0500 |
commit | 0958641277aee556a047ee9b3cccf6d42f11e09c (patch) | |
tree | 723f3c3c3b62be131ed038f0133304a8591abb7a /docs/installation.rst | |
parent | 3621d704036a5a06784b2a405842e3164e578c40 (diff) | |
download | cryptography-0958641277aee556a047ee9b3cccf6d42f11e09c.tar.gz cryptography-0958641277aee556a047ee9b3cccf6d42f11e09c.tar.bz2 cryptography-0958641277aee556a047ee9b3cccf6d42f11e09c.zip |
remove python 3.2 from every other place I could find
Diffstat (limited to 'docs/installation.rst')
-rw-r--r-- | docs/installation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation.rst b/docs/installation.rst index c061903e..1c25ff78 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -10,7 +10,7 @@ You can install ``cryptography`` with ``pip``: Supported platforms ------------------- -Currently we test ``cryptography`` on Python 2.6, 2.7, 3.2, 3.3, 3.4 and PyPy +Currently we test ``cryptography`` on Python 2.6, 2.7, 3.3, 3.4 and PyPy on these operating systems. * x86-64 CentOS 7.x, 6.4 and CentOS 5.x |