From 04837a4da77a163d8682b1449bfd4efb28050f96 Mon Sep 17 00:00:00 2001 From: Tomas Karabela Date: Fri, 1 Nov 2024 01:01:26 +0100 Subject: [PATCH] chore: Support Python 3.13 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index aa1b66c..d54a692 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,6 +20,7 @@ classifiers = Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 + Programming Language :: Python :: 3.13 Development Status :: 5 - Production/Stable Topic :: Software Development :: Libraries :: Python Modules Topic :: Text Processing :: Markup