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/changes.rst | |
parent | 803aca26d3f611f7dfd7148f093f525578d609ef (diff) | |
download | gitpython-1f2f3e848e10d145fe28d6a8e07b0c579dd0c276.tar.gz |
drop py3.4 support
Diffstat (limited to 'doc/source/changes.rst')
-rw-r--r-- | doc/source/changes.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index cfb7f1fa..405179d0 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -8,6 +8,7 @@ Changelog * git.Commit objects now have a ``replace`` method that will return a copy of the commit with modified attributes. * Add python 3.9 support +* Drop python 3.4 support 3.1.13 ====== |