diff options
author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2021-06-16 10:58:09 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-16 10:58:09 +0800 |
commit | cefc0df04440215dad825e109807aecf39d6180b (patch) | |
tree | 619f69dfeff694643a0ca940961d8baf5bb95eaf /doc/source | |
parent | 617c09e70bfd54af1c88b4d2c892b8d287747542 (diff) | |
parent | 45d1cd59d39227ee6841042eab85116a59a26d22 (diff) | |
download | gitpython-cefc0df04440215dad825e109807aecf39d6180b.tar.gz |
Merge pull request #1201 from bertwesarg/remove-py35
DNM before 2021-09-05: Remove support for Python 3.5
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 7168c91b..956a3607 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.5 +* `Python`_ >= 3.6 * `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. |