summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-07-29 08:11:21 +0800
committerSebastian Thiel <sthiel@thoughtworks.com>2019-08-11 14:40:42 +0800
commit2e7e82b114a5c1b3eb61f171c376e1cf85563d07 (patch)
tree6dacb948f8fd22038623bc6ecd81c1d6dd5d59d0 /doc
parent0b6b90f9f1e5310a6f39b75e17a04c1133269e8f (diff)
downloadgitpython-2e7e82b114a5c1b3eb61f171c376e1cf85563d07.tar.gz
Drop python 2 support, again (revert previous revert)
This reverts commit 913d806f02cf50250d230f88b897350581f80f6b.
Diffstat (limited to 'doc')
-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 d68e5eb2..e2cd196b 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`_ 2.7 or newer
+* `Python`_ 3.0 or newer
* `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.