From ccee031da083424b994a3f47472aa0faf20d69b0 Mon Sep 17 00:00:00 2001 From: Harmon Date: Fri, 21 Jun 2019 14:22:45 -0500 Subject: [PATCH] Exclude Python 3.4 from setup python_requires --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 823739e..e2c3601 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ setup(name="tweepy", "six>=1.10.0", ], keywords="twitter library", - python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*', + python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*', classifiers=[ 'Development Status :: 5 - Production/Stable', 'Topic :: Software Development :: Libraries', -- 2.25.1