diff options
author | Jessica Tallon <jessica@megworld.co.uk> | 2015-02-17 14:25:57 +0100 |
---|---|---|
committer | Jessica Tallon <jessica@megworld.co.uk> | 2015-02-17 14:26:06 +0100 |
commit | 2acf47d8cd76c84a05b7886a75c259a829c4ed90 (patch) | |
tree | 015755264c75eaa2a4b66e872f7648878fcaae69 /docs | |
parent | d705f3b760aff0cdccb9c950271cc29ca916ecb3 (diff) | |
download | mediagoblin-2acf47d8cd76c84a05b7886a75c259a829c4ed90.tar.lz mediagoblin-2acf47d8cd76c84a05b7886a75c259a829c4ed90.tar.xz mediagoblin-2acf47d8cd76c84a05b7886a75c259a829c4ed90.zip |
Officially drop support for Python 2.6 (see #966)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/siteadmin/deploying.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index 58821329..02e607ee 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -45,7 +45,7 @@ Dependencies MediaGoblin has the following core dependencies: -- Python 2.6 or 2.7 +- Python 2.7 - `python-lxml <http://lxml.de/>`_ - `git <http://git-scm.com/>`_ - `SQLite <http://www.sqlite.org/>`_/`PostgreSQL <http://www.postgresql.org/>`_ |