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