From 48bb0c766d823f1d573d8cef32deefd8eebc89c6 Mon Sep 17 00:00:00 2001 From: Anurag Kumar Date: Mon, 18 Oct 2021 11:49:48 +0530 Subject: [PATCH] Update setup.py added Support for python 3.7, 3.8, 3.9 --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 0241ea5c8..6026f28c6 100644 --- a/setup.py +++ b/setup.py @@ -49,6 +49,9 @@ 'License :: OSI Approved :: Apache Software License', 'Programming Language :: Python', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'Operating System :: OS Independent', 'Topic :: Internet', ],