From e387e3d9b79e936b50e5985c369aad1654cc9c06 Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Fri, 19 Jul 2019 10:29:45 +0100 Subject: [PATCH] Update to remove Python2 as supported version. --- README.rst | 2 +- setup.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 6d95e075..a610c7c6 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/setup.py b/setup.py index 0d26cce1..aae4bd50 100755 --- a/setup.py +++ b/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', ], )