summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-03-03 23:47:40 +0800
committerGitHub <noreply@github.com>2021-03-03 23:47:40 +0800
commit20f4a9d49b466a18f1af1fdfb480bc4520a4cdc2 (patch)
tree332abfe1f5ea0dacda36cf90cb7376c7429bb2f8 /README.md
parent90c4db1f3ba931b812d9415324d7a8d2769fd6db (diff)
parent26ccee15ae1712baf68df99d3f5f2fec5517ecbd (diff)
downloadgitpython-20f4a9d49b466a18f1af1fdfb480bc4520a4cdc2.tar.gz
Merge pull request #1188 from Yobmod/main
Drop python 3.4, prep for adding types
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.