From 675ece7d6affcbb977d764381e6b41416854f9f6 Mon Sep 17 00:00:00 2001 From: Anurag Kumar Date: Sun, 3 Oct 2021 13:12:38 +0530 Subject: [PATCH] Update setup.py (#2027) --- python/setup.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python/setup.py b/python/setup.py index 4d1de88..524ecf3 100644 --- a/python/setup.py +++ b/python/setup.py @@ -314,9 +314,10 @@ setup( }, test_suite="prophet.tests", classifiers=[ - "Programming Language :: Python", - "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", + 'Programming Language :: Python', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', ], long_description=long_description, long_description_content_type="text/markdown",