Skip to content

Commit 6f87329

Browse files
committed
Require Python 3.4 or above
1 parent 3ede206 commit 6f87329

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
keywords = ['bluetooth', 'hid', 'l2cap', 'bluez', 'pybluez', 'dbus'],
1313
url='https://www.github.com/tmcneal/bluefang',
1414
packages=find_packages(exclude=['scripts', 'tests']),
15+
python_requires='~=3.4',
1516
install_requires=[
1617
"dbus-python==1.2.4",
1718
"PyBluez==0.22.1",

0 commit comments

Comments
 (0)