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 --- .travis.yml | 1 - doc/source/changes.rst | 4 ++++ setup.py | 1 - 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4e367fff..2c720821 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "2.6" - "2.7" - "3.3" - "3.4" diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 84dd8dfe..23954c7f 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -2,6 +2,10 @@ Changelog ========= +1.0.3 - Fixes +============= +* IMPORTANT: This release drops support for python 2.6, which is officially deprecated by the python maintainers. + 1.0.2 - Fixes ============= 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