diff options
author | Stephen Finucane <stephen@that.guru> | 2019-09-03 14:35:15 +0100 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2019-09-08 15:41:03 +0100 |
commit | 6267a5fad01db859c1b31561124f00a5b97299f4 (patch) | |
tree | ad264c80412fc46cd16b3c626ca61e28966134cb /docs | |
parent | 1a36ed51a8e1e073dad6dc14b683ef68d44f98fa (diff) | |
download | patchwork-6267a5fad01db859c1b31561124f00a5b97299f4.tar patchwork-6267a5fad01db859c1b31561124f00a5b97299f4.tar.gz |
Drop support for Python 3.4, add Python 3.7
It's no longer supported upstream and the *second* last Ubuntu LTS
release provides something newer. Time to move on.
Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/development/installation.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/development/installation.rst b/docs/development/installation.rst index 0ab755f..ed9ceb1 100644 --- a/docs/development/installation.rst +++ b/docs/development/installation.rst @@ -165,7 +165,7 @@ Python Requirements ^^^^^^^^^^^^^^^^^^^ To develop Python-based software you first need Python. Patchwork supports both -Python 2.7 and Python 3.4+. One of these will be installed by default on many +Python 2.7 and Python 3.5+. One of these will be installed by default on many installations, though they can also be installed manually using the ``python`` or ``python3`` packages. @@ -224,7 +224,7 @@ An example for installing all these packages and the MySQL RDBMS on Ubuntu python-tox mysql-server libmysqlclient-dev If you have an existing MariaDB/MySQL installation and have installed ``pip`` -already/are using Python 3.4+ then you can install all packages using ``pip``: +already/are using Python 3.5+ then you can install all packages using ``pip``: .. code-block:: shell @@ -254,7 +254,7 @@ virtual environment. This can be done like so: .. note:: If you installed a Python 3.x-based virtual environment package, adjust the - executable indicated above as necessary, e.g. ``virtualenv-3.4``. + executable indicated above as necessary, e.g. ``virtualenv-3.7``. Now install the packages. Patchwork provides three requirements files. |