1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-01-31 02:00:45 +00:00

setup.py: Require Python >= 3.7

Require Python >= 3.7 in order to have access to a fully fledged asyncio
module.
This commit is contained in:
Douglas Raillard 2021-11-11 23:16:32 +00:00 committed by Marc Bonnici
parent 3c9804a45b
commit 1da174a438

View File

@ -82,6 +82,7 @@ params = dict(
url='https://github.com/ARM-software/devlib',
license='Apache v2',
maintainer='ARM Ltd.',
python_requires='>= 3.7',
install_requires=[
'python-dateutil', # converting between UTC and local time.
'pexpect>=3.3', # Send/recieve to/from device