summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2020-12-16 20:11:13 +1100
committerBrian May <brian@linuxpenguins.xyz>2020-12-16 20:11:13 +1100
commit4a65f97c8bafbd08b1cf7be1764b3b5212a4d192 (patch)
tree57da41cb48d8a18f3f2faa0c31e3cda013898e85 /docs
parent461e676973c692f2f3fa07beebbc5bd1d9babcab (diff)
Drop testing of Python 3.5
Due to message from CI: DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020. Please upgrade your Python as Python 3.5 is no longer maintained. pip 21.0 will drop support for Python 3.5 in January 2021. pip 21.0 will remove support for this functionality.
Diffstat (limited to 'docs')
-rw-r--r--docs/manpage.rst2
-rw-r--r--docs/requirements.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/manpage.rst b/docs/manpage.rst
index b5adfb6..3ee5e10 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 3.5 or higher.
+ssh, as long as that server has python 3.6 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 335b3c4..f4499ea 100644
--- a/docs/requirements.rst
+++ b/docs/requirements.rst
@@ -6,7 +6,7 @@ Client side Requirements
- sudo, or root access on your client machine.
(The server doesn't need admin access.)
-- Python 3.5 or greater.
+- Python 3.6 or greater.
Linux with NAT method
@@ -70,7 +70,7 @@ cmd.exe with Administrator access. See :doc:`windows` for more information.
Server side Requirements
------------------------
-- Python 3.5 or greater.
+- Python 3.6 or greater.
Additional Suggested Software