From: Harmon Date: Mon, 28 Dec 2020 02:20:26 +0000 (-0600) Subject: Remove Python 3.5 setup classifier X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f9176e16ffcd605107374f01ba074b476004fb15;p=tweepy.git Remove Python 3.5 setup classifier --- diff --git a/setup.py b/setup.py index db098d9..77e2ded 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,6 @@ setup( "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8",