summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorHarmon <Harmon758@gmail.com>2020-02-16 14:55:21 -0600
committerHarmon <Harmon758@gmail.com>2020-02-16 14:56:45 -0600
commit7d94159db3067cc5def101681e6614502837cea5 (patch)
tree42a0145b546d1d7a5b856e16999de12836959857 /doc/source
parent0412f6d50e9fafbbfac43f5c2a46b68ea51f896f (diff)
downloadgitpython-7d94159db3067cc5def101681e6614502837cea5.tar.gz
Fix Python version requirement in documentation
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/intro.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/intro.rst b/doc/source/intro.rst
index e2cd196b..d2fb5e1f 100644
--- a/doc/source/intro.rst
+++ b/doc/source/intro.rst
@@ -13,7 +13,7 @@ The object database implementation is optimized for handling large quantities of
Requirements
============
-* `Python`_ 3.0 or newer
+* `Python`_ >= 3.4
* `Git`_ 1.7.0 or newer
It should also work with older versions, but it may be that some operations
involving remotes will not work as expected.