From 827c37fa056becf0eaade0e6c1e57d5f170d6133 Mon Sep 17 00:00:00 2001 From: Alexander Tarasov Date: Tue, 12 Aug 2025 10:57:34 +0300 Subject: [PATCH] change required python version to >=3.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d99087f..37278f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "viking-file" version = "1.0.0" description = "API Wrapper for ViKiNG FiLE API (https://vikingfile.com)" authors = [{ name = "arabianq", email = "a.tevg@ya.ru" }] -requires-python = ">=3.10" +requires-python = ">=3.13" readme = "README.md" keywords = ["viking-file", "vikingfile", "api"] classifiers = [