summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichael Käufl <michael-k@users.noreply.github.com>2018-09-10 19:51:32 +0200
committerSebastian Thiel <byronimo@gmail.com>2018-10-21 12:24:21 +0200
commit8fc6563219017354bdfbc1bf62ec3a43ad6febcb (patch)
tree100f8b6bb47aa6f1cb934157fe1cc41b2a0e305a /README.md
parenta1634dc48b39ecca11dc39fd8bbf9f1d8f1b7be6 (diff)
downloadgitpython-8fc6563219017354bdfbc1bf62ec3a43ad6febcb.tar.gz
Document support for Python 3.7
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 5313f91f..be7b32d1 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.6.
+* 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.