mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-04-18 08:40:47 +01:00
Update to remove Python2 as supported version.
This commit is contained in:
parent
6042fa374a
commit
e387e3d9b7
@ -18,7 +18,7 @@ workloads, instruments or output processing.
|
||||
Requirements
|
||||
============
|
||||
|
||||
- Python 2.7 or Python 3
|
||||
- Python 3
|
||||
- Linux (should work on other Unixes, but untested)
|
||||
- Latest Android SDK (ANDROID_HOME must be set) for Android devices, or
|
||||
- SSH for Linux devices
|
||||
|
1
setup.py
1
setup.py
@ -111,7 +111,6 @@ params = dict(
|
||||
'Environment :: Console',
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
'Operating System :: POSIX :: Linux',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
],
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user