From cf6f6b3a802b1d313295a15be7ced537b25120fb Mon Sep 17 00:00:00 2001 From: Harmon Date: Sat, 4 May 2019 02:14:56 -0500 Subject: [PATCH] Add Python 3.7 to setup classifiers --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 9e0d395..64ae353 100644 --- a/setup.py +++ b/setup.py @@ -42,5 +42,6 @@ setup(name="tweepy", 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', ], zip_safe=True) -- 2.25.1