Skip to content

Commit 3297fe5

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 722473e + 76e19e4 commit 3297fe5

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: python
22
python:
3-
- "2.6"
43
- "2.7"
54
- "3.3"
65
- "3.4"

doc/source/changes.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Changelog
77

88
* `Commit.diff()` now supports diffing the root commit via `Commit.diff(NULL_TREE)`.
99
* `Repo.blame()` now respects `incremental=True`, supporting incremental blames. Incremental blames are slightly faster since they don't include the file's contents in them.
10-
10+
* IMPORTANT: This release drops support for python 2.6, which is officially deprecated by the python maintainers.
1111

1212
1.0.2 - Fixes
1313
=============

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ def _stamp_version(filename):
110110
"Operating System :: MacOS :: MacOS X",
111111
"Programming Language :: Python",
112112
"Programming Language :: Python :: 2",
113-
"Programming Language :: Python :: 2.6",
114113
"Programming Language :: Python :: 2.7",
115114
"Programming Language :: Python :: 3",
116115
"Programming Language :: Python :: 3.3",

0 commit comments

Comments
 (0)