summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2023-01-18 20:20:59 -0500
committerJeff Forcier <jeff@bitprophet.org>2023-01-18 20:20:59 -0500
commitc20ec5f3393024152a584f57d147614be18a88b7 (patch)
tree067d1f54f4a67397c96cfaace04047a09e9f921b
parent2fa5db2b5b6c081ca1a767b30e3c92da142a34e0 (diff)
downloadparamiko-c20ec5f3393024152a584f57d147614be18a88b7.tar.gz
Update Python version mention in README
-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