# HG changeset patch # User Anton Shestakov # Date 1594950217 -28800 # Node ID 5a7a5de347b5345050e4c6a47dfc7600bb85b4ed # Parent 13dbce3ef8226a3ed56b64c9bfd41dc1f0548090 readme: update py3 support section diff -r 13dbce3ef822 -r 5a7a5de347b5 README.rst --- a/README.rst Fri Jul 17 09:42:16 2020 +0800 +++ b/README.rst Fri Jul 17 09:43:37 2020 +0800 @@ -109,11 +109,10 @@ Python 3 Support ================ -Mercurial announced beta support for Python 3 starting with its 5.0 release. -Since 9.1.0, ``evolve`` has beta support for Python 3.6+. +Mercurial announced official `support for Python 3`_ starting with its 5.2 +release. Since 9.3.0, evolve has official support for Python 3.6+. -Support will stay in beta while Mercurial's support for Python 3 remains in -beta and until it is a bit more battle-tested. +.. _`support for Python 3`: https://www.mercurial-scm.org/wiki/Python3 How to Contribute =================