From 3fa8d56a6ab4988ef2309e07bbea56c64feffce8 Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Mon, 13 Jan 2025 11:48:28 +0300 Subject: [PATCH] add python 3.13 support (#60) Co-authored-by: artur.shiriev --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 50ddb6e..0ba5186 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] dependencies = [ "eval-type-backport>=0.2",