# HG changeset patch # User Anton Shestakov # Date 1655993935 -14400 # Node ID 8b3cb6cae4a2b7a71f774b61e64963ed47b8bf02 # Parent 917cd662ef6cc2bdc7987c1a11ad8793ace4d4e2 readme: add a section for python 2 support as well diff -r 917cd662ef6c -r 8b3cb6cae4a2 README.rst --- a/README.rst Wed Mar 23 00:25:38 2022 +0300 +++ b/README.rst Thu Jun 23 18:18:55 2022 +0400 @@ -125,6 +125,15 @@ .. _`support for Python 3`: https://www.mercurial-scm.org/wiki/Python3 +Python 2 Support +================ + +Python 2 is supported by evolve. However, Mercurial 6.2 release dropped support +for it, so evolve can work on Python 2 only on earlier versions. + +Debian packages that are built using Heptapod CI only install files for Python +3, because they target current Debian stable. + How to Contribute =================