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

Commit8fc6563

Browse files
michael-kByron
authored andcommitted
Document support for Python 3.7
1 parenta1634dc commit8fc6563

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

‎.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ python:
44
-"3.4"
55
-"3.5"
66
-"3.6"
7-
-"3.6-dev"
8-
-"3.7-dev"
97
-"nightly"
108
# - "pypy" - won't work as smmap doesn't work (see gitdb/.travis.yml for details)
119
matrix:
10+
include:
11+
-python:3.7
12+
dist:xenial
13+
sudo:required
1214
allow_failures:
13-
-python:"3.6-dev"
14-
-python:"3.7-dev"
1515
-python:"nightly"
1616
git:
1717
# a higher depth is needed for most of the tests - must be high enough to not actually be shallow

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If it is not in your `PATH`, you can help GitPython find it by setting
1919
the`GIT_PYTHON_GIT_EXECUTABLE=<path/to/git>` environment variable.
2020

2121
* Git (1.7.x or newer)
22-
* Python 2.7 to 3.6.
22+
* Python 2.7 to 3.7.
2323

2424
The list of dependencies are listed in`./requirements.txt` and`./test-requirements.txt`.
2525
The installer takes care of installing them for you.

‎setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,6 @@ def _stamp_version(filename):
110110
"Programming Language :: Python :: 3.4",
111111
"Programming Language :: Python :: 3.5",
112112
"Programming Language :: Python :: 3.6",
113+
"Programming Language :: Python :: 3.7",
113114
]
114115
)

‎tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27,py34,py35,py36,flake8
2+
envlist = py27,py34,py35,py36,py37,flake8
33

44
[testenv]
55
commands = nosetests {posargs}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp