From 537d7f80e24109038b2cb15d3f911d6ba823dbe4 Mon Sep 17 00:00:00 2001 From: Abhinav Anand Date: Thu, 7 Nov 2024 16:36:32 +0530 Subject: [PATCH] Add support for py313 (#171) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 8ce7272..cb40447 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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', "Topic :: Documentation", "Topic :: Software Development :: Documentation", "Topic :: Text Processing :: Markup :: HTML",