From 61839623186963ea58f5193f81a470a9951936b0 Mon Sep 17 00:00:00 2001 From: RemiZOffAlex Date: Mon, 14 Apr 2025 10:04:52 +0300 Subject: [PATCH] up python version --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4a3dbde..f2a2adc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,8 @@ classifiers = [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12" + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13" ] keywords = ["api", "json", "json-rpc", "rpc"]