summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-06-16 10:58:09 +0800
committerGitHub <noreply@github.com>2021-06-16 10:58:09 +0800
commitcefc0df04440215dad825e109807aecf39d6180b (patch)
tree619f69dfeff694643a0ca940961d8baf5bb95eaf /README.md
parent617c09e70bfd54af1c88b4d2c892b8d287747542 (diff)
parent45d1cd59d39227ee6841042eab85116a59a26d22 (diff)
downloadgitpython-cefc0df04440215dad825e109807aecf39d6180b.tar.gz
Merge pull request #1201 from bertwesarg/remove-py35
DNM before 2021-09-05: Remove support for Python 3.5
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..4725d3ae 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.6
The list of dependencies are listed in `./requirements.txt` and `./test-requirements.txt`.
The installer takes care of installing them for you.