summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael Käufl <michael-k@users.noreply.github.com>2018-09-10 19:51:32 +0200
committerSebastian Thiel <byronimo@gmail.com>2018-10-21 12:24:21 +0200
commit8fc6563219017354bdfbc1bf62ec3a43ad6febcb (patch)
tree100f8b6bb47aa6f1cb934157fe1cc41b2a0e305a /setup.py
parenta1634dc48b39ecca11dc39fd8bbf9f1d8f1b7be6 (diff)
downloadgitpython-8fc6563219017354bdfbc1bf62ec3a43ad6febcb.tar.gz
Document support for Python 3.7
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 2703a9ca..cb0300f7 100755
--- a/setup.py
+++ b/setup.py
@@ -110,5 +110,6 @@ setup(
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
+ "Programming Language :: Python :: 3.7",
]
)