1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-18 20:11:20 +00:00

Update to remove Python2 as supported version.

This commit is contained in:
Marc Bonnici 2019-07-19 10:29:45 +01:00
parent 6042fa374a
commit e387e3d9b7
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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',
],
)