From 8ee5e2e3064b0708dc8a153dbf3c8d6293cdf870 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 29 Jan 2022 16:07:47 +0300 Subject: [PATCH] setup.py: denote that Python 3.10 works I have been using Python 3.10 for months, and already added it to the CI builds. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 76720fc..4e760cf 100644 --- a/setup.py +++ b/setup.py @@ -26,6 +26,7 @@ setuptools.setup( "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)", "Operating System :: OS Independent", ],