summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2016-04-19 08:35:06 +0200
committerSebastian Thiel <sthiel@thoughtworks.com>2016-04-19 08:35:06 +0200
commit76e19e4221684f24ef881415ec6ccb6bab6eb8e8 (patch)
treee93f17f24cb6564257b9192657b6510ab42d9c6b /setup.py
parentccb653d655a7bf150049df079622f67fbfd83a28 (diff)
downloadgitpython-76e19e4221684f24ef881415ec6ccb6bab6eb8e8.tar.gz
feat(py-support): drop py2.6 support
In response to https://github.com/gitpython-developers/GitPython/pull/408/files/5de21c7fa2bdd5cd50c4f62ba848af54589167d0..aae2a7328a4d28077a4b4182b4f36f19c953765b#r59722704
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d35301ae..868f98f0 100755
--- a/setup.py
+++ b/setup.py
@@ -110,7 +110,6 @@ 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",