From cdd2a112aad39619b021d689915c5f14e9b81b70 Mon Sep 17 00:00:00 2001 From: Waket Zheng Date: Mon, 16 Dec 2024 10:56:05 +0800 Subject: [PATCH] docs: explicit declare python3.13 support --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index cdf0b12..af16474 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", "Environment :: Web Environment", "Operating System :: OS Independent", "Framework :: AsyncIO",