comparison templates/downloads/index.html @ 484:a39012663778

downloads: reflect Python 2.6 deprecation Mercurial 4.3 drops support for Python 2.6. Update the downloads page to reflect that.
author Gregory Szorc <gregory.szorc@gmail.com>
date Fri, 28 Jul 2017 22:28:24 -0700
parents 6f3cfd6dcc28
children ddff2dfaa572
comparison
equal deleted inserted replaced
483:0978d4880577 484:a39012663778
63 Repositories</a> on the wiki for a full list.</p> 63 Repositories</a> on the wiki for a full list.</p>
64 64
65 <h5>Requirements</h5> 65 <h5>Requirements</h5>
66 <dl> 66 <dl>
67 <dt>Python</dt> 67 <dt>Python</dt>
68 <dd>Mercurial uses <a href="http://www.python.org">Python</a> 68 <dd>Mercurial uses <a href="https://www.python.org">Python</a>
69 (versions <em>2.6</em> through <em>2.7</em>). Most 69 (version <em>2.7</em>). Most ready-to-run Mercurial
70 ready-to-run Mercurial distributions include Python or use 70 distributions include Python or use the Python that comes
71 the Python that comes with your operating system. When 71 with your operating system.
72 building from source you should confirm that an appropriate 72 </dd>
73 Python version is available.</dd>
74 </dl> 73 </dl>
75 74
76 <h5>Older Releases</h5> 75 <h5>Older Releases</h5>
77 <dl> 76 <dl>
78 <dt>Python versions<dt> 77 <dt>Python versions<dt>
79 <dd>For more information about version support, see 78 <dd>For more information about version support, see
80 <a href="https://www.mercurial-scm.org/wiki/SupportedPythonVersions">Supported 79 <a href="https://www.mercurial-scm.org/wiki/SupportedPythonVersions">Supported
81 Python Versions</a> on the wiki.</dd> 80 Python Versions</a> on the wiki.</dd>
81 <dt>Python 2.6</dt>
82 <dd><a href="/release/mercurial-4.2.2.tar.gz">Mercurial 4.2.2</a>
83 is the last release to support Python 2.6. Use this if you need
84 to run Mercurial on old platforms and you cannot update your
85 Python installation.</dd>
82 <dt>Python 2.5</dt> 86 <dt>Python 2.5</dt>
83 <dd><a href="/release/mercurial-3.4.2.tar.gz">Mercurial 3.4.2</a> 87 <dd><a href="/release/mercurial-3.4.2.tar.gz">Mercurial 3.4.2</a>
84 is the last release to support Python 2.5. Use this if you 88 is the last release to support Python 2.5. Use this if you
85 need to run Mercurial on very old platforms and you cannot update 89 need to run Mercurial on very old platforms and you cannot update
86 your Python installation.</dd> 90 your Python installation.</dd>