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

Commitc22f1b0

Browse files
hugovkByron
authored andcommitted
Specify Python 3.6 support
1 parenta14277e commitc22f1b0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎README.md

Lines changed: 2 additions & 2 deletions
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.5, while python 2.6 is supported on a*best-effort basis*.
22+
* Python 2.7 to 3.6, while python 2.6 is supported on a*best-effort basis*.
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.
@@ -125,7 +125,7 @@ Please have a look at the [contributions file][contributing].
125125

126126
###How to verify a release
127127

128-
Please only use releases from`pypi` as you can verify the respective source
128+
Please only use releases from`pypi` as you can verify the respective source
129129
tarballs.
130130

131131
This script shows how to verify the tarball was indeed created by the authors of

‎setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ def _stamp_version(filename):
101101
package_data={'git.test': ['fixtures/*']},
102102
package_dir={'git':'git'},
103103
license="BSD License",
104+
python_requires='>=2.6, !=3.0.*, !=3.1.*, !=3.2.*',
104105
requires=['gitdb2 (>=2.0.0)'],
105106
install_requires=install_requires,
106107
test_requirements=test_requires+install_requires,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp