# HG changeset patch # User Raphaël Gomès # Date 1565184116 -7200 # Node ID bce578f9012fd121d7672cb91fae9cca03d3b612 # Parent a9b4c4849338742b400911e286ea30d5ef3687a8 python3: mention beta Python 3 support in README diff -r a9b4c4849338 -r bce578f9012f README --- a/README Wed Aug 07 15:21:17 2019 +0200 +++ b/README Wed Aug 07 15:21:56 2019 +0200 @@ -96,6 +96,15 @@ needed. During the upstreaming process, we can use this clearer picture to clean up the code and upgrade it to an appropriate quality for Mercurial core. +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+. + +Support will stay in beta while Mercurial's support for Python 3 remains in +beta and until it is a bit more battle-tested. + How to Contribute =================