Drop python 2 support, again (revert previous revert) · gitpython-developers/GitPython@2e7e82b

Original file line numberDiff line numberDiff line change

@@ -79,7 +79,7 @@ def _stamp_version(filename):

7979

package_data={'git.test': ['fixtures/*']},

8080

package_dir={'git': 'git'},

8181

license="BSD License",

82-

python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',

82+

python_requires='>=3.0, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',

8383

install_requires=requirements,

8484

tests_require=requirements + test_requirements,

8585

zip_safe=False,

@@ -102,8 +102,6 @@ def _stamp_version(filename):

102102

"Operating System :: Microsoft :: Windows",

103103

"Operating System :: MacOS :: MacOS X",

104104

"Programming Language :: Python",

105-

"Programming Language :: Python :: 2",

106-

"Programming Language :: Python :: 2.7",

107105

"Programming Language :: Python :: 3",

108106

"Programming Language :: Python :: 3.4",

109107

"Programming Language :: Python :: 3.5",