From d5c689242a55ffe29370ff7a0d912785f076dc9a Mon Sep 17 00:00:00 2001 From: Thomas Kemmer Date: Tue, 21 Jan 2025 21:12:35 +0100 Subject: [PATCH] Officially support Python 3.13. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index d5b644f..4969f89 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,6 +22,7 @@ classifiers = Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 + Programming Language :: Python :: 3.13 Topic :: Software Development :: Libraries :: Python Modules [options]