summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBert Wesarg <bert.wesarg@googlemail.com>2021-03-11 16:35:24 +0100
committerBert Wesarg <bert.wesarg@googlemail.com>2021-03-13 20:34:07 +0100
commit45d1cd59d39227ee6841042eab85116a59a26d22 (patch)
tree843ffd92ec49921a92fc8f44eeced3c8afcf03b2 /README.md
parent690722a611a25a1afcdb0163d3cfd0a8c89d1d04 (diff)
downloadgitpython-45d1cd59d39227ee6841042eab85116a59a26d22.tar.gz
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.