summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorScott Maxwell <scott@codecobblers.com>2013-11-19 12:08:13 -0800
committerScott Maxwell <scott@codecobblers.com>2013-11-19 12:08:13 -0800
commit103d056a779d891ede6653f4b205a4b1dfad22e9 (patch)
tree1a38e42bb9a983a4371884d669c728283be50813 /README
parent6d75c75e643c3a109075e86e72b08221c76088cc (diff)
downloadparamiko-103d056a779d891ede6653f4b205a4b1dfad22e9.tar.gz
Remove Python 2.5 from travis and fix minimum required version in init and README
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 1899819a..ae50a80f 100644
--- a/README
+++ b/README
@@ -15,7 +15,7 @@ What
----
"paramiko" is a combination of the esperanto words for "paranoid" and
-"friend". it's a module for python 2.5+ that implements the SSH2 protocol
+"friend". it's a module for python 2.6+ 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
@@ -34,7 +34,7 @@ that should have come with this archive.
Requirements
------------
- - python 2.5 or better <http://www.python.org/>
+ - python 2.6 or better <http://www.python.org/>
- pycrypto 2.1 or better <https://www.dlitz.net/software/pycrypto/>
If you have setuptools, you can build and install paramiko and all its