summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYobmod <yobmod@gmail.com>2021-02-24 16:47:40 +0000
committerYobmod <yobmod@gmail.com>2021-02-24 16:47:40 +0000
commit2f8320b7bf75b6ec375ade605a9812b4b2147de9 (patch)
treea0403feef4f2ccbe7a7fef5bb88d007b589145fc /README.md
parentb3778ec37d17a6eb781fa9c6b5e2009fa7542d77 (diff)
downloadgitpython-2f8320b7bf75b6ec375ade605a9812b4b2147de9.tar.gz
drop python 3.4, update .gitignore
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 befb2afb..0d0edeb4 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,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
+* Python >= 3.5
The list of dependencies are listed in `./requirements.txt` and `./test-requirements.txt`.
The installer takes care of installing them for you.