From d2103c3103de36d51543dca8966c991c86d14b71 Mon Sep 17 00:00:00 2001 From: Drew Brown Date: Thu, 30 Jun 2022 11:30:28 -0600 Subject: [PATCH] chore: update classifiers for new python versions --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 7ad796f08..62cf5bae2 100644 --- a/setup.py +++ b/setup.py @@ -84,6 +84,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", "Operating System :: OS Independent", "Topic :: Internet", ],