mirror of
https://github.com/frej/fast-export.git
synced 2026-01-16 03:02:04 +01:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user