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:
parent
3c9804a45b
commit
1da174a438
1
setup.py
1
setup.py
@ -82,6 +82,7 @@ params = dict(
|
|||||||
url='https://github.com/ARM-software/devlib',
|
url='https://github.com/ARM-software/devlib',
|
||||||
license='Apache v2',
|
license='Apache v2',
|
||||||
maintainer='ARM Ltd.',
|
maintainer='ARM Ltd.',
|
||||||
|
python_requires='>= 3.7',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'python-dateutil', # converting between UTC and local time.
|
'python-dateutil', # converting between UTC and local time.
|
||||||
'pexpect>=3.3', # Send/recieve to/from device
|
'pexpect>=3.3', # Send/recieve to/from device
|
||||||
|
Loading…
x
Reference in New Issue
Block a user