Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Update Python version requirement to 3.7
Browse files Browse the repository at this point in the history
Updating the Python version requirement to 3.7 to accomodate for the minimum requirement in all dependency modules. Specifically the pc-ble-driver-py module requires Python 3.7.
  • Loading branch information
bihanssen committed Oct 23, 2019
1 parent e50f4a6 commit 7504c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def run_tests(self):
'../libusb/x86/libusb-1.0.dll', '../libusb/x64/libusb-1.0.dll',
'../libusb/x64/libusb-1.0.dylib', '../libusb/LICENSE']
},
python_requires='~= 3.6',
python_requires='~= 3.7',
install_requires=reqs,
zipfile=None,
tests_require=[
Expand Down

0 comments on commit 7504c2a

Please sign in to comment.