changeset 5420:5a7a5de347b5

readme: update py3 support section
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 17 Jul 2020 09:43:37 +0800
parents 13dbce3ef822
children f287f6b082f8
files README.rst
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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
 =================