From 543d900e68883740acf3b07026b262176191ab60 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 1 Jun 2016 09:06:22 +0200 Subject: chore(compat): state py2.6 support officially More information in the respective issue. Fixes #453 --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 2df910e0..05c12b8f 100755 --- a/setup.py +++ b/setup.py @@ -110,6 +110,7 @@ GitPython is a python library used to interact with Git repositories""", "Operating System :: MacOS :: MacOS X", "Programming Language :: Python", "Programming Language :: Python :: 2", + "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", -- cgit v1.2.1