From 50bc79b2493b1bfef7c0b21a2a55dfc0a9fe8717 Mon Sep 17 00:00:00 2001 From: Grigorii Kirgizov Date: Thu, 23 Feb 2023 16:35:55 +0800 Subject: [PATCH] hotfix to setup.py (#1055) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 15cf54cd03..fa9061a49b 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ def _get_requirements(req_name: str): classifiers=[ 'License :: OSI Approved :: BSD License', 'Programming Language :: Python :: 3.8', - 'Programming Language :: Python :: 3.9' - 'Programming Language :: Python :: 3.10' + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', ], )