From 76e19e4221684f24ef881415ec6ccb6bab6eb8e8 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 19 Apr 2016 08:35:06 +0200 Subject: feat(py-support): drop py2.6 support In response to https://github.com/gitpython-developers/GitPython/pull/408/files/5de21c7fa2bdd5cd50c4f62ba848af54589167d0..aae2a7328a4d28077a4b4182b4f36f19c953765b#r59722704 --- setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.py') 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", -- cgit v1.2.1