From 50a34900c3d2cca150361e4e43393c1dce08a192 Mon Sep 17 00:00:00 2001 From: rdb Date: Fri, 2 Sep 2022 07:56:10 +0200 Subject: [PATCH] Add Python 3.11 to setup.cfg [skip ci] --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 5d70295f57..b15a37a0f1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,6 +23,7 @@ classifiers = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 Programming Language :: Python :: Implementation :: CPython Topic :: Games/Entertainment Topic :: Multimedia