From 2807d494db24d4d113da88a46992a056942bd828 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 22 Apr 2016 17:20:10 +0200 Subject: Declare support for py3.5 --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 868f98f0..2df910e0 100755 --- a/setup.py +++ b/setup.py @@ -114,5 +114,6 @@ GitPython is a python library used to interact with Git repositories""", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.5", ] ) -- cgit v1.2.1