From fa61c349d4c02db617e7b18e53c23898fb0d7cc3 Mon Sep 17 00:00:00 2001 From: Dylan Verheul Date: Mon, 16 Dec 2024 08:56:52 +0100 Subject: [PATCH] Add classifier for Python 3.13 (#736) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 37d0448f..65502806 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,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", "Topic :: Utilities", ]