From 7bd5b61c18260abbd1efbc1a547f8abeea19a4fe Mon Sep 17 00:00:00 2001 From: Nicolas Hug Date: Mon, 18 Jan 2021 10:41:15 +0000 Subject: [PATCH 1/2] Update setup.py to remove 2.7 ref --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 8168472ecf..9a5e3e9288 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,6 @@ def run(self): "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: C++", - "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Multimedia :: Sound/Audio", From ac5abaf223100410db5907d18b8eda8e9f96e3e3 Mon Sep 17 00:00:00 2001 From: Nicolas Hug Date: Tue, 19 Jan 2021 18:10:01 +0000 Subject: [PATCH 2/2] use more accurate descriptions --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9a5e3e9288..8ecc41c1cc 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,9 @@ def run(self): "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: C++", - "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Multimedia :: Sound/Audio", "Topic :: Scientific/Engineering :: Artificial Intelligence"