From 23479b8df283251d582b752b61d215afe3502db1 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 14 Oct 2021 19:11:02 -0400 Subject: [PATCH] feat: add support for python 3.10 (#118) --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 748a1a9..54cd80f 100644 --- a/setup.py +++ b/setup.py @@ -81,6 +81,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", ], platforms="Posix; MacOS X; Windows", packages=packages,