From 5524ab59698d28a16b5e87df785217a04b5b6e91 Mon Sep 17 00:00:00 2001 From: Tai Sakuma Date: Sat, 19 Oct 2024 11:42:14 -0400 Subject: [PATCH] Support Python 3.13 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 5b84ffa..69ba2ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ] dependencies = ["typing_extensions>=4.12; python_version < '3.10'"] [project.optional-dependencies]