From 59d4f2b45fe556e23dfec9569d74ec41aa3f3c57 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sun, 8 Sep 2024 13:35:40 +0300 Subject: [PATCH] Add Python 3.7 Trove classifier Signed-off-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 005ac84489..3704a2ca44 100644 --- a/setup.py +++ b/setup.py @@ -314,6 +314,7 @@ def build_js_files(self): "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX :: Linux", "Operating System :: MacOS", + "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",