summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-10-10 17:02:08 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-10-10 17:02:08 -0700
commitc58a5bd649ebeb0439004daf2cc9f442edeb43e7 (patch)
tree0e73e29309dcb267b10bff2854092a50226d0b3f /README.rst
parenta134694d123c0568353184ec03e0f7767dd59846 (diff)
downloadparamiko-c58a5bd649ebeb0439004daf2cc9f442edeb43e7.tar.gz
Update docs, metadata, test references to 2.6/3.3
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 399dceb9..dd97043e 100644
--- a/README.rst
+++ b/README.rst
@@ -22,7 +22,7 @@ What
----
"Paramiko" is a combination of the Esperanto words for "paranoid" and
-"friend". It's a module for Python 2.6+/3.3+ that implements the SSH2 protocol
+"friend". It's a module for Python 2.7/3.4+ that implements the SSH2 protocol
for secure (encrypted and authenticated) connections to remote machines. Unlike
SSL (aka TLS), SSH2 protocol does not require hierarchical certificates signed
by a powerful central authority. You may know SSH2 as the protocol that