diff options
| author | Sebastian Thiel <sthiel@thoughtworks.com> | 2019-07-29 07:57:46 +0800 |
|---|---|---|
| committer | Sebastian Thiel <sthiel@thoughtworks.com> | 2019-07-29 07:57:46 +0800 |
| commit | 913d806f02cf50250d230f88b897350581f80f6b (patch) | |
| tree | 734deb5048687341e64f68b4162af81c829458bf /doc/source | |
| parent | ce7e1507fa5f6faf049794d4d47b14157d1f2e50 (diff) | |
| download | gitpython-913d806f02cf50250d230f88b897350581f80f6b.tar.gz | |
Revert "Drop python 2.7 support and help with encodings"
This reverts commit dac619e4917b0ad43d836a534633d68a871aecca.
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/intro.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/intro.rst b/doc/source/intro.rst index e2cd196b..d68e5eb2 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`_ 2.7 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. |
