From 719b439123429f7564ea1253eacc3f1af6091dc1 Mon Sep 17 00:00:00 2001 From: Omkar P <45419097+omkar-foss@users.noreply.github.com> Date: Thu, 6 Jul 2023 17:15:38 +0530 Subject: [PATCH] Update supported Python versions --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index af89b70..0731497 100644 --- a/setup.py +++ b/setup.py @@ -37,6 +37,9 @@ 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', ], include_package_data=True )