From 19aa8187e716d41e769a0f2aa894cb4f4732d61b Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Mon, 8 Nov 2021 18:27:39 -0700 Subject: [PATCH] feat: add python 3.9 and 3.10 support (#218) Fixes #216 --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 52700263..45fed280 100644 --- a/setup.py +++ b/setup.py @@ -60,6 +60,8 @@ "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", "Topic :: Internet", "Topic :: Software Development :: Libraries :: Python Modules", ],