comparison templates/downloads/index.html @ 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 2b0669fed7a8
children dddeb7831aa1
comparison
equal deleted inserted replaced
437:dba6058e0b29 438:5f35d50faa86
61 61
62 <h5>Requirements</h5> 62 <h5>Requirements</h5>
63 <dl> 63 <dl>
64 <dt>Python</dt> 64 <dt>Python</dt>
65 <dd>Mercurial uses <a href="http://www.python.org">Python</a> 65 <dd>Mercurial uses <a href="http://www.python.org">Python</a>
66 (versions <em>2.4</em> through <em>2.7</em>). Most 66 (versions <em>2.6</em> through <em>2.7</em>). Most
67 ready-to-run Mercurial distributions include Python or use 67 ready-to-run Mercurial distributions include Python or use
68 the Python that comes with your operating system. When 68 the Python that comes with your operating system. When
69 building from source you should confirm that an appropriate 69 building from source you should confirm that an appropriate
70 Python version is available.</dd> 70 Python version is available.</dd>
71 </dl> 71 </dl>
72 72
73 <h5>Older Releases</h5> 73 <h5>Older Releases</h5>
74 <dl> 74 <dl>
75 <dt>Python versions<dt>
76 <dd>For more information about version support, see
77 <a href="https://www.mercurial-scm.org/wiki/SupportedPythonVersions">Supported
78 Python Versions</a> on the wiki.</dd>
79 <dt>Python 2.5</dt>
80 <dd><a href="/release/mercurial-3.4.2.tar.gz">Mercurial 3.4.2</a>
81 is the last release to support Python 2.5. Use this if you
82 need to run Mercurial on very old platforms and you cannot update
83 your Python installation.</dd>
84 <dt>Python 2.4</dt>
85 <dd><a href="/release/mercurial-3.4.2.tar.gz">Mercurial 3.4.2</a>
86 is the last release to support Python 2.4. Use this if you
87 need to run Mercurial on very old platforms and you cannot update
88 your Python installation.</dd>
75 <dt>Python 2.3</dt> 89 <dt>Python 2.3</dt>
76 <dd><a href="/release/mercurial-1.2.1.tar.gz">Mercurial 1.2.1</a> 90 <dd><a href="/release/mercurial-1.2.1.tar.gz">Mercurial 1.2.1</a>
77 is the last release to support Python 2.3. Use this if you 91 is the last release to support Python 2.3. Use this if you
78 need to run Mercurial on very old platforms and you cannot update 92 need to run Mercurial on very old platforms and you cannot update
79 your Python installation.</dd> 93 your Python installation.</dd>