From 0b6f372620e864055f9c141c5d72b85a93230d50 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Sat, 6 Feb 2021 17:47:42 -0500 Subject: [PATCH] Update metadata to describe present support and CI testing --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3742f24..39a8e5f 100755 --- a/setup.py +++ b/setup.py @@ -24,6 +24,7 @@ setup( name='twython', version=__version__, install_requires=['requests>=2.1.0', 'requests_oauthlib>=0.4.0'], + python_requires='>=3.5', author='Ryan McGrath', author_email='ryan@venodesigns.net', license='MIT', @@ -41,9 +42,8 @@ setup( 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Communications :: Chat', 'Topic :: Internet', - 'Programming Language :: Python', - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3 :: Only', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7',