summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoryobmod <yobmod@gmail.com>2021-02-26 15:01:49 +0000
committeryobmod <yobmod@gmail.com>2021-02-26 15:01:49 +0000
commitf9b0e75c07ccbf90a9f2e67873ffbe672bb1a859 (patch)
treea7c1203d435544c129802c0d938dae80e9874398 /README.md
parentc34c23a830bb45726c52bd5dcd84c2d5092418e4 (diff)
downloadgitpython-f9b0e75c07ccbf90a9f2e67873ffbe672bb1a859.tar.gz
rebase on master
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 0d0edeb4..befb2afb 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.5
+* 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.