From 8a126d88060ab8cfb65e535cbd5e13af3417100c Mon Sep 17 00:00:00 2001 From: IluaAir Date: Wed, 25 Feb 2026 14:16:00 +0300 Subject: [PATCH] Update pyproject.toml - Changed the `requires-python` field from ">=3.13" to ">=3.11" . --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 46d9832..cba5323 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "oxipy" version = "0.1.0" description = "Oxi API client" readme = "README.md" -requires-python = ">=3.13" +requires-python = ">=3.11" dependencies = [ "pydantic>=2.12.5", "requests>=2.32.5",