From efe934e16b714588cb37f59c0b5e6d61ff4e65d4 Mon Sep 17 00:00:00 2001 From: Frej Drejhammar Date: Wed, 27 Dec 2023 13:04:03 +0100 Subject: [PATCH] Update required version of Python to 3.7 Due to problems with handling of Unicode input in Python < 3.7, bump the required version of Python to 3.7. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b4aa33c..abd9a70 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ first time. System Requirements ------------------- -This project depends on Python 3.5+, and the Mercurial >= 5.2 package. -If Python is not installed, install it before proceeding. The Mercurial -package can be installed with `pip install mercurial`. +This project depends on Python (>=3.7) and the Mercurial package (>= +5.2). If Python is not installed, install it before proceeding. The +Mercurial package can be installed with `pip install mercurial`. On windows the bash that comes with "Git for Windows" is known to work well.