summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-06-16 11:27:07 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-06-16 11:27:07 +0800
commitb0f79c58ad919e90261d1e332df79a4ad0bc40de (patch)
tree58fe61dfd1a50febc61938b577f4fd9dfc9d0c2e /README.md
parent820d3cc9ceda3e5690d627677883b7f9d349b326 (diff)
downloadgitpython-b0f79c58ad919e90261d1e332df79a4ad0bc40de.tar.gz
Revert "Revert "Remove support for Python 3.5" - fix CI for now."
This reverts commit 820d3cc9ceda3e5690d627677883b7f9d349b326.
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.