From 55c1091efada481976b5ba8cae83a8743b96a036 Mon Sep 17 00:00:00 2001 From: Labrys of Knossos Date: Fri, 2 Dec 2022 22:06:48 -0500 Subject: [PATCH] Add new Python versions to classifiers. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 10202e19..0cb6d709 100644 --- a/setup.py +++ b/setup.py @@ -82,6 +82,8 @@ setup( 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', 'Topic :: Games/Entertainment', 'Topic :: Multimedia', 'Topic :: Multimedia :: Sound/Audio',