From 58879e05c9b566c15515f724ec65bc7179de1655 Mon Sep 17 00:00:00 2001 From: rdb Date: Tue, 31 Aug 2021 11:31:24 +0200 Subject: [PATCH] Add Python 3.10 to setup.cfg [skip ci] --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index c3e6552be1..44e2b5dbef 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,6 +22,7 @@ classifiers = Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 Programming Language :: Python :: Implementation :: CPython Topic :: Games/Entertainment Topic :: Multimedia