summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/manpage.rst2
-rw-r--r--docs/requirements.rst5
2 files changed, 3 insertions, 4 deletions
diff --git a/docs/manpage.rst b/docs/manpage.rst
index 8a5b09a..68845be 100644
--- a/docs/manpage.rst
+++ b/docs/manpage.rst
@@ -11,7 +11,7 @@ Description
-----------
:program:`sshuttle` allows you to create a VPN connection from your
machine to any remote server that you can connect to via
-ssh, as long as that server has python 2.3 or higher.
+ssh, as long as that server has python 3.5 or higher.
To work, you must have root access on the local machine,
but you can have a normal account on the server.
diff --git a/docs/requirements.rst b/docs/requirements.rst
index 0631d66..27072b4 100644
--- a/docs/requirements.rst
+++ b/docs/requirements.rst
@@ -57,9 +57,8 @@ cmd.exe with Administrator access. See :doc:`windows` for more information.
Server side Requirements
------------------------
-The server can run in any version of Python between 2.4 and 3.6.
-However it is recommended that you use Python 2.7, Python 3.5 or later whenever
-possible as support for older versions might be dropped in the future.
+
+- Python 3.5 or greater.
Additional Suggested Software