summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHarmon <Harmon758@gmail.com>2020-02-16 14:32:28 -0600
committerHarmon <Harmon758@gmail.com>2020-02-16 14:32:28 -0600
commit9e47352575d9b0a453770114853620e8342662fb (patch)
treef4cd8fcc1a81345d102091c04cf14c2dc562cb1a /README.md
parente4a83ff7910dc3617583da7e0965cd48a69bb669 (diff)
downloadgitpython-9e47352575d9b0a453770114853620e8342662fb.tar.gz
Add support for Python 3.8
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 032882f5..7e0d8b6a 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.4 to 3.7.
+* Python >= 3.4
The list of dependencies are listed in `./requirements.txt` and `./test-requirements.txt`.
The installer takes care of installing them for you.