From 1f2f3e848e10d145fe28d6a8e07b0c579dd0c276 Mon Sep 17 00:00:00 2001 From: yobmod Date: Sun, 28 Feb 2021 17:52:45 +0000 Subject: drop py3.4 support --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 500e88c8..2acb4076 100755 --- a/setup.py +++ b/setup.py @@ -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.4', + python_requires='>=3.5', install_requires=requirements, tests_require=requirements + test_requirements, zip_safe=False, @@ -122,7 +122,6 @@ 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", -- cgit v1.2.1