summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
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 f99090d3..059d152c 100644
--- a/README.rst
+++ b/README.rst
@@ -19,7 +19,7 @@
Welcome to Paramiko!
====================
-Paramiko is a pure-Python [#]_ (2.7, 3.4+) implementation of the SSHv2 protocol
+Paramiko is a pure-Python [#]_ (3.6+) implementation of the SSHv2 protocol
[#]_, providing both client and server functionality. It provides the
foundation for the high-level SSH library `Fabric <https://fabfile.org>`_,
which is what we recommend you use for common client use-cases such as running