summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-08-25 16:27:15 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-08-25 16:27:15 -0700
commit2a88241ea7ed3facf730678ef28a8281903cf9a9 (patch)
tree99328ea3a422784df4e2bfc7487d8f44d9c2f9ed
parent17de4bee626a48ca33e26ee5bbb11a612eaf304e (diff)
Add a plus to our 3.3 support to denote 3.4 and on
-rw-r--r--sites/www/installing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/sites/www/installing.rst b/sites/www/installing.rst
index 729147c5..052825c4 100644
--- a/sites/www/installing.rst
+++ b/sites/www/installing.rst
@@ -16,7 +16,7 @@ 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 and 3.3** (Python **3.2** should also
+We currently support **Python 2.6, 2.7 and 3.3+** (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.