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.
This commit is contained in:
Frej Drejhammar
2023-12-27 13:04:03 +01:00
parent 59675eca22
commit efe934e16b

View File

@@ -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.