diff options
author | Dominic <yobmod@gmail.com> | 2021-09-09 20:50:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-09 20:50:21 +0100 |
commit | 9d6ddd3ceb3da321d5194fbcd9312815606073a1 (patch) | |
tree | 741fd09f043a31235a27e3157f8e621a93038164 /doc | |
parent | 0db50a27352a28404790ceac2f7abfc85f8e8680 (diff) | |
download | gitpython-9d6ddd3ceb3da321d5194fbcd9312815606073a1.tar.gz |
Update changes.rst
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/changes.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 8c5a8488..cc3c91b1 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -15,7 +15,10 @@ Changelog - Update sphinx to 4.1.12 and use autodoc-typehints. - - Include README as long_description on PiPI + - Include README as long_description on PyPI + + - Test against earliest and latest minor version available on Github Actions (e.g. 3.9.0 and 3.9.7) + * Typing: |