From 3873f05fba3b12cb15f070870c7eec77a5671002 Mon Sep 17 00:00:00 2001 From: Mantouisyummy <51238168+Mantouisyummy@users.noreply.github.com> Date: Fri, 8 Mar 2024 15:04:31 +0800 Subject: [PATCH] Update(setup.py): add classifiers --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 01afd1b..8867adb 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,9 @@ keywords=['Twitch', 'Youtube', 'stream', 'stream Notification', 'Notification'], license='GNU', classifiers=[ - 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', 'Operating System :: OS Independent', 'Natural Language :: English'