From 904ec5a4b3ec9f052808d78b3323086449dd1b16 Mon Sep 17 00:00:00 2001 From: Eric Muccino <33988506+emuccino@users.noreply.github.com> Date: Thu, 7 Oct 2021 15:57:38 -0400 Subject: [PATCH] Add python version classifiers Expand classifiers list to specify capability with python versions 3.7, 3.8, and 3.9 --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 1e4979071..1cb41b4a4 100644 --- a/setup.py +++ b/setup.py @@ -89,6 +89,9 @@ def run(self): 'License :: OSI Approved :: BSD License', 'Programming Language :: Python', 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9' ], )