From 2f8320b7bf75b6ec375ade605a9812b4b2147de9 Mon Sep 17 00:00:00 2001 From: Yobmod Date: Wed, 24 Feb 2021 16:47:40 +0000 Subject: drop python 3.4, update .gitignore --- doc/source/intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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. -- cgit v1.2.1 From f9b0e75c07ccbf90a9f2e67873ffbe672bb1a859 Mon Sep 17 00:00:00 2001 From: yobmod Date: Fri, 26 Feb 2021 15:01:49 +0000 Subject: rebase on master --- doc/source/intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/source/intro.rst b/doc/source/intro.rst index 7168c91b..638a9166 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.4 * `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. -- cgit v1.2.1 From 803aca26d3f611f7dfd7148f093f525578d609ef Mon Sep 17 00:00:00 2001 From: yobmod Date: Fri, 26 Feb 2021 15:07:29 +0000 Subject: add python 3.9 support --- doc/source/changes.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 86cc5f37..cfb7f1fa 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -7,6 +7,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 3.1.13 ====== -- cgit v1.2.1