Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3297fe5

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents722473e +76e19e4 commit3297fe5

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

‎.travis.yml

Lines changed: 0 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp