summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHarmon <Harmon758@gmail.com>2020-02-16 12:11:23 -0600
committerGitHub <noreply@github.com>2020-02-16 12:11:23 -0600
commitb17a76731c06c904c505951af24ff4d059ccd975 (patch)
tree0f20692293c3c2dacda314ec740d7af84a40391c /README.md
parent158131eba0d5f2b06c5a901a3a15443db9eadad1 (diff)
downloadgitpython-b17a76731c06c904c505951af24ff4d059ccd975.tar.gz
Improve README Python requirement specificity
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 368f386f..032882f5 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 to 3.7.
+* Python 3.4 to 3.7.
The list of dependencies are listed in `./requirements.txt` and `./test-requirements.txt`.
The installer takes care of installing them for you.