From ee9642b68b9f0adf12908e0b427abb0feb4181db Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Tue, 17 Dec 2024 22:02:23 -0500 Subject: [PATCH] chore: Advertise Python 3.13 support --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d0d73f8712..c39f549eb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] license = "Apache-2.0" requires-python = ">=3.9"