diff options
author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2021-06-16 11:22:27 +0800 |
---|---|---|
committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2021-06-16 11:22:36 +0800 |
commit | 820d3cc9ceda3e5690d627677883b7f9d349b326 (patch) | |
tree | af22cfab209f22bd825c700b0bc617d602c998c7 /doc | |
parent | 4d86d883714072b6e3bbc56a2127c06e9d6a6582 (diff) | |
download | gitpython-820d3cc9ceda3e5690d627677883b7f9d349b326.tar.gz |
Revert "Remove support for Python 3.5" - fix CI for now.
This reverts commit 45d1cd59d39227ee6841042eab85116a59a26d22.
See #1201 which will hopefully help to get a proper fix soon.
Diffstat (limited to 'doc')
-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 956a3607..7168c91b 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.6 +* `Python`_ >= 3.5 * `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. |