summaryrefslogtreecommitdiff
path: root/docs/deployment
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2020-04-08 22:41:30 +0100
committerStephen Finucane <stephen@that.guru>2020-04-08 23:34:37 +0100
commit3cb9dcf9c92d7e6e3a06af40411253a0a2ca0e60 (patch)
tree3f14bdbb6468ddb4da09cc3e0f5dbe379075eece /docs/deployment
parent64d11912e2bd4f6af72fd23a7656b9a347536732 (diff)
downloadpatchwork-3cb9dcf9c92d7e6e3a06af40411253a0a2ca0e60.tar
patchwork-3cb9dcf9c92d7e6e3a06af40411253a0a2ca0e60.tar.gz
docs: Remove references to Python 2.7
Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'docs/deployment')
-rw-r--r--docs/deployment/installation.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/deployment/installation.rst b/docs/deployment/installation.rst
index 80b53e3..cef522c 100644
--- a/docs/deployment/installation.rst
+++ b/docs/deployment/installation.rst
@@ -157,8 +157,7 @@ We will install this under ``/opt``, though this is only a suggestion:
__ https://docs.djangoproject.com/en/2.2/intro/tutorial01/#creating-a-project
Next we require Python. If not already installed, then you should do so now.
-Patchwork supports both Python 2.7 and Python 3.3+, though we're going to use
-the latter to ease future upgrades. Python 3 is installed by default, but you
+Patchwork supports Python 3.6+. Python 3 is installed by default, but you
should validate this now:
.. code-block:: shell