From 92d4ef9ab038dfbbe02556375c4c3c14215b37d2 Mon Sep 17 00:00:00 2001 From: Anurag Kumar Date: Tue, 7 Sep 2021 03:02:24 +0530 Subject: [PATCH] Update setup.py (#13421) --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 9441f43f0f..27095b2cca 100644 --- a/setup.py +++ b/setup.py @@ -369,6 +369,8 @@ setup( "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", ], cmdclass={"deps_table_update": DepsTableUpdateCommand},