summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-02-28 12:49:08 +0800
committerGitHub <noreply@github.com>2021-02-28 12:49:08 +0800
commit0eec9b86a81693d2b2d18ea651b1a0b5df521266 (patch)
tree5e7d93998a037a7ba2939f2a96f8ab95102ff4ff /setup.py
parentb3778ec37d17a6eb781fa9c6b5e2009fa7542d77 (diff)
parent803aca26d3f611f7dfd7148f093f525578d609ef (diff)
downloadgitpython-0eec9b86a81693d2b2d18ea651b1a0b5df521266.tar.gz
Merge pull request #1184 from Yobmod/main
Add python 3.9
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ef9dd33d..500e88c8 100755
--- a/setup.py
+++ b/setup.py
@@ -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"
]
)