diff options
author | yobmod <yobmod@gmail.com> | 2021-02-26 15:01:49 +0000 |
---|---|---|
committer | yobmod <yobmod@gmail.com> | 2021-02-26 15:01:49 +0000 |
commit | f9b0e75c07ccbf90a9f2e67873ffbe672bb1a859 (patch) | |
tree | a7c1203d435544c129802c0d938dae80e9874398 /setup.py | |
parent | c34c23a830bb45726c52bd5dcd84c2d5092418e4 (diff) | |
download | gitpython-f9b0e75c07ccbf90a9f2e67873ffbe672bb1a859.tar.gz |
rebase on master
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -98,7 +98,7 @@ setup( include_package_data=True, py_modules=build_py_modules("./git", excludes=["git.ext.*"]), package_dir={'git': 'git'}, - python_requires='>=3.5', + python_requires='>=3.4', install_requires=requirements, tests_require=requirements + test_requirements, zip_safe=False, @@ -122,10 +122,10 @@ setup( "Operating System :: MacOS :: MacOS X", "Programming Language :: Python", "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8", - + "Programming Language :: Python :: 3.8" ] ) |