Update pyproject.toml

- Changed the `requires-python` field from ">=3.13" to ">=3.11" .
This commit is contained in:
IluaAir
2026-02-25 14:16:00 +03:00
parent c9d171e2fa
commit 8a126d8806

View File

@@ -7,7 +7,7 @@ name = "oxipy"
version = "0.1.0" version = "0.1.0"
description = "Oxi API client" description = "Oxi API client"
readme = "README.md" readme = "README.md"
requires-python = ">=3.13" requires-python = ">=3.11"
dependencies = [ dependencies = [
"pydantic>=2.12.5", "pydantic>=2.12.5",
"requests>=2.32.5", "requests>=2.32.5",