From 359afb662b1f8fcd36c9a00758a42363387d5210 Mon Sep 17 00:00:00 2001 From: Vlad Pronsky Date: Sun, 6 Oct 2024 06:28:55 +0300 Subject: [PATCH] check py3.13 support --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 11bb7e6..82c1dc7 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', ] dependencies = [ "aiosqlite>=0.17.0",