From 6f8732908d043db2179363853a50ee0839c91dff Mon Sep 17 00:00:00 2001 From: Todd McNeal Date: Tue, 4 Jul 2017 17:00:58 -0400 Subject: [PATCH] Require Python 3.4 or above --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 7bdddfe..134e4d4 100644 --- a/setup.py +++ b/setup.py @@ -12,6 +12,7 @@ keywords = ['bluetooth', 'hid', 'l2cap', 'bluez', 'pybluez', 'dbus'], url='https://www.github.com/tmcneal/bluefang', packages=find_packages(exclude=['scripts', 'tests']), + python_requires='~=3.4', install_requires=[ "dbus-python==1.2.4", "PyBluez==0.22.1",