summaryrefslogtreecommitdiffhomepage
path: root/sites/www
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-08-01 08:46:43 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-08-01 08:46:43 -0400
commit9e67e71377cea9adaaeab6dbb024f2af94ba7999 (patch)
treebff33f1b78f0076b2cd8d09fe3bb54ca41063dab /sites/www
parentc52a400f347ced8d6cc29350800ee11f5a08591e (diff)
removed references to python 3.2, which has basically no usage
Diffstat (limited to 'sites/www')
-rw-r--r--sites/www/installing.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/sites/www/installing.rst b/sites/www/installing.rst
index 9da7c23d..1865ddfc 100644
--- a/sites/www/installing.rst
+++ b/sites/www/installing.rst
@@ -16,9 +16,8 @@ via `pip <http://pip-installer.org>`_::
Users who want the bleeding edge can install the development version via
``pip install paramiko==dev``.
-We currently support **Python 2.6, 2.7, 3.3+, and PyPy** (Python **3.2** should
-also work but has a less-strong compatibility guarantee from us.) Users on
-Python 2.5 or older are urged to upgrade.
+We currently support **Python 2.6, 2.7, 3.3+, and PyPy** Users on Python 2.5 or
+older are urged to upgrade.
Paramiko has two hard dependencies: the pure-Python ASN1 module ``pyasn1``, and
the Cryptography library. Read on for details on installing ``cryptography``.