From 34efb723a622ecf91c22606c3baff2c2f4258ffb Mon Sep 17 00:00:00 2001 From: Christopher Arndt Date: Mon, 17 Jan 2022 17:58:10 +0100 Subject: [PATCH] docs: add clasifier for Python 3.10 support to package meta data Signed-off-by: Christopher Arndt --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 806a52e..0f151f1 100644 --- a/setup.py +++ b/setup.py @@ -70,6 +70,7 @@ 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'Environment :: X11 Applications :: GTK', 'Topic :: Multimedia :: Sound/Audio' ],