From 2bb4981fc62bfbf918e0c215e97f1edb47dcc045 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 11 Oct 2021 11:53:53 -0400 Subject: [PATCH] feat: add trove classifier for python 3.9 and python 3.10 (#129) --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index fd2b7bf..51a1676 100644 --- a/setup.py +++ b/setup.py @@ -70,6 +70,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", ],