changeset 438:5f35d50faa86

Mark Python 2.4/2.5 as not supported Point to supported python versions wiki page
author timeless@gmail.com
date Fri, 04 Dec 2015 04:31:27 -0500
parents dba6058e0b29
children dddeb7831aa1 674632ee2ceb
files templates/downloads/index.html
diffstat 1 files changed, 15 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/templates/downloads/index.html	Thu Dec 03 10:51:05 2015 -0800
+++ b/templates/downloads/index.html	Fri Dec 04 04:31:27 2015 -0500
@@ -63,7 +63,7 @@
     <dl>
       <dt>Python</dt>
       <dd>Mercurial uses <a href="http://www.python.org">Python</a>
-          (versions <em>2.4</em> through <em>2.7</em>).  Most
+          (versions <em>2.6</em> through <em>2.7</em>).  Most
           ready-to-run Mercurial distributions include Python or use
           the Python that comes with your operating system.  When
           building from source you should confirm that an appropriate
@@ -72,6 +72,20 @@
 
     <h5>Older Releases</h5>
     <dl>
+      <dt>Python versions<dt>
+      <dd>For more information about version support, see
+          <a href="https://www.mercurial-scm.org/wiki/SupportedPythonVersions">Supported
+          Python Versions</a> on the wiki.</dd>
+      <dt>Python 2.5</dt>
+      <dd><a href="/release/mercurial-3.4.2.tar.gz">Mercurial 3.4.2</a>
+          is the last release to support Python 2.5.  Use this if you
+          need to run Mercurial on very old platforms and you cannot update
+          your Python installation.</dd>
+      <dt>Python 2.4</dt>
+      <dd><a href="/release/mercurial-3.4.2.tar.gz">Mercurial 3.4.2</a>
+          is the last release to support Python 2.4.  Use this if you
+          need to run Mercurial on very old platforms and you cannot update
+          your Python installation.</dd>
       <dt>Python 2.3</dt>
       <dd><a href="/release/mercurial-1.2.1.tar.gz">Mercurial 1.2.1</a>
           is the last release to support Python 2.3.  Use this if you