add python 3.9 support · gitpython-developers/GitPython@803aca2 · GitHub
Skip to content

Commit 803aca2

Browse files
committed
add python 3.9 support
1 parent f9b0e75 commit 803aca2

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion

doc/source/changes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Changelog
77

88
* git.Commit objects now have a ``replace`` method that will return a
99
copy of the commit with modified attributes.
10+
* Add python 3.9 support
1011

1112
3.1.13
1213
======

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ def build_py_modules(basedir, excludes=[]):
126126
"Programming Language :: Python :: 3.5",
127127
"Programming Language :: Python :: 3.6",
128128
"Programming Language :: Python :: 3.7",
129-
"Programming Language :: Python :: 3.8"
129+
"Programming Language :: Python :: 3.8",
130+
"Programming Language :: Python :: 3.9"
130131
]
131132
)

tox.ini

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)