From fbd615419292ece9e78a3a42c44dc4ca622fda0e Mon Sep 17 00:00:00 2001 From: Anurag Kumar Date: Fri, 1 Oct 2021 00:17:11 +0530 Subject: [PATCH] Update setup.py updated classifiers --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index cd1290a..1053a1a 100644 --- a/setup.py +++ b/setup.py @@ -70,6 +70,8 @@ def _parse_requirements(path): 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'Topic :: Scientific/Engineering :: Artificial Intelligence', ], )