From: Harmon Date: Sat, 4 May 2019 07:14:56 +0000 (-0500) Subject: Add Python 3.7 to setup classifiers X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=cf6f6b3a802b1d313295a15be7ced537b25120fb;p=tweepy.git Add Python 3.7 to setup classifiers --- 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)