From f26009bd246bfcb66d36299be01588603c72ea58 Mon Sep 17 00:00:00 2001 From: rdb Date: Fri, 8 Nov 2024 10:54:13 +0100 Subject: [PATCH] Add Python 3.13 to setup.cfg [skip ci] --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 3bce54d05a..c252d8d575 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,6 +25,7 @@ classifiers = Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 + Programming Language :: Python :: 3.13 Programming Language :: Python :: Implementation :: CPython Topic :: Games/Entertainment Topic :: Multimedia