summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoryobmod <yobmod@gmail.com>2021-02-28 17:52:45 +0000
committeryobmod <yobmod@gmail.com>2021-02-28 17:52:45 +0000
commit1f2f3e848e10d145fe28d6a8e07b0c579dd0c276 (patch)
tree98a6c4499fb3346f92eba2e1dddf31338601565f /README.md
parent803aca26d3f611f7dfd7148f093f525578d609ef (diff)
downloadgitpython-1f2f3e848e10d145fe28d6a8e07b0c579dd0c276.tar.gz
drop py3.4 support
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.