diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-01-18 20:20:59 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-01-18 20:20:59 -0500 |
commit | c20ec5f3393024152a584f57d147614be18a88b7 (patch) | |
tree | 067d1f54f4a67397c96cfaace04047a09e9f921b /README.rst | |
parent | 2fa5db2b5b6c081ca1a767b30e3c92da142a34e0 (diff) |
Update Python version mention in README
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |