diff options
author | yobmod <yobmod@gmail.com> | 2021-02-28 17:52:45 +0000 |
---|---|---|
committer | yobmod <yobmod@gmail.com> | 2021-02-28 17:52:45 +0000 |
commit | 1f2f3e848e10d145fe28d6a8e07b0c579dd0c276 (patch) | |
tree | 98a6c4499fb3346f92eba2e1dddf31338601565f /doc/source/intro.rst | |
parent | 803aca26d3f611f7dfd7148f093f525578d609ef (diff) | |
download | gitpython-1f2f3e848e10d145fe28d6a8e07b0c579dd0c276.tar.gz |
drop py3.4 support
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. |