1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-07-10 09:03:36 +01: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

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