From 5696566527a8103f8e2fc25ab165b56f6b5effce Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Fri, 14 Jun 2019 14:34:44 -0700 Subject: Drop support for Python 3.4 --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 53057e2..aa80327 100644 --- a/setup.py +++ b/setup.py @@ -38,6 +38,7 @@ setup( "Programming Language :: Python :: 3", "Topic :: Utilities", ], + python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*', install_requires=["future", "mwclient", "pytest-runner", "requests", "tqdm"], tests_require=["pytest"], project_urls={ -- cgit v1.2.3