diff options
author | Yobmod <yobmod@gmail.com> | 2021-02-24 16:47:40 +0000 |
---|---|---|
committer | Yobmod <yobmod@gmail.com> | 2021-02-24 16:47:40 +0000 |
commit | 2f8320b7bf75b6ec375ade605a9812b4b2147de9 (patch) | |
tree | a0403feef4f2ccbe7a7fef5bb88d007b589145fc /doc/source/intro.rst | |
parent | b3778ec37d17a6eb781fa9c6b5e2009fa7542d77 (diff) | |
download | gitpython-2f8320b7bf75b6ec375ade605a9812b4b2147de9.tar.gz |
drop python 3.4, update .gitignore
Diffstat (limited to 'doc/source/intro.rst')
-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 638a9166..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.4 +* `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. |