summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-07-29 08:11:21 +0800
committerSebastian Thiel <sthiel@thoughtworks.com>2019-08-11 14:40:42 +0800
commit2e7e82b114a5c1b3eb61f171c376e1cf85563d07 (patch)
tree6dacb948f8fd22038623bc6ecd81c1d6dd5d59d0 /README.md
parent0b6b90f9f1e5310a6f39b75e17a04c1133269e8f (diff)
downloadgitpython-2e7e82b114a5c1b3eb61f171c376e1cf85563d07.tar.gz
Drop python 2 support, again (revert previous revert)
This reverts commit 913d806f02cf50250d230f88b897350581f80f6b.
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 e252c34c..3734019e 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 2.7 to 3.7.
+* Python 3 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.