summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-07-29 07:57:46 +0800
committerSebastian Thiel <sthiel@thoughtworks.com>2019-07-29 07:57:46 +0800
commit913d806f02cf50250d230f88b897350581f80f6b (patch)
tree734deb5048687341e64f68b4162af81c829458bf /README.md
parentce7e1507fa5f6faf049794d4d47b14157d1f2e50 (diff)
downloadgitpython-913d806f02cf50250d230f88b897350581f80f6b.tar.gz
Revert "Drop python 2.7 support and help with encodings"
This reverts commit dac619e4917b0ad43d836a534633d68a871aecca.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3734019e..e252c34c 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ If it is not in your `PATH`, you can help GitPython find it by setting
the `GIT_PYTHON_GIT_EXECUTABLE=<path/to/git>` environment variable.
* Git (1.7.x or newer)
-* Python 3 to 3.7.
+* Python 2.7 to 3.7.
The list of dependencies are listed in `./requirements.txt` and `./test-requirements.txt`.
The installer takes care of installing them for you.