From 762167345273039b2028a09e3dc5fd5faf2fd095 Mon Sep 17 00:00:00 2001 From: hugovk Date: Wed, 15 Nov 2017 15:10:31 +0200 Subject: [PATCH] Require Python 2.7 or 3.4+ --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2a6ae2a..99fa123 100755 --- a/setup.py +++ b/setup.py @@ -27,6 +27,7 @@ setup( "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ], + python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*', keywords=["Last.fm", "music", "scrobble", "scrobbling"], packages=find_packages(exclude=('tests*',)), license="Apache2"