diff options
author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2021-02-28 12:49:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-28 12:49:08 +0800 |
commit | 0eec9b86a81693d2b2d18ea651b1a0b5df521266 (patch) | |
tree | 5e7d93998a037a7ba2939f2a96f8ab95102ff4ff /setup.py | |
parent | b3778ec37d17a6eb781fa9c6b5e2009fa7542d77 (diff) | |
parent | 803aca26d3f611f7dfd7148f093f525578d609ef (diff) | |
download | gitpython-0eec9b86a81693d2b2d18ea651b1a0b5df521266.tar.gz |
Merge pull request #1184 from Yobmod/main
Add python 3.9
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -126,6 +126,7 @@ setup( "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8" + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9" ] ) |