From 4a0d19ade150c6bea50b8a7e320e35b54a84f7fd Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sun, 25 May 2025 07:58:55 -0700 Subject: [PATCH] Added 3.13 to classifiers. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6439d8d..ed77845 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,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 :: Text Processing :: Filters" ]