From 1584f3359113bd387e39708766e10e4116b1f525 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Thu, 26 May 2022 22:31:02 +0200 Subject: [PATCH] add python 3.9 and 3.10 --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 666a82e..ba42d9d 100644 --- a/setup.py +++ b/setup.py @@ -32,6 +32,8 @@ setup( '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', 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', ],