summaryrefslogtreecommitdiff
path: root/docs/deployment/installation.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/deployment/installation.rst')
-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