From d1acd31fde46852a06411c2b6910d47ca6b13e98 Mon Sep 17 00:00:00 2001 From: Anurag Kumar Date: Sat, 18 Sep 2021 20:40:03 +0530 Subject: [PATCH] Update setup.py updated classifiers --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 884308c..afe63d0 100644 --- a/setup.py +++ b/setup.py @@ -100,6 +100,7 @@ def select_constraint(default, nightly=None, git_master=None): 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3 :: Only', 'Topic :: Scientific/Engineering', 'Topic :: Scientific/Engineering :: Artificial Intelligence',