Update pyproject.toml
- Changed the `requires-python` field from ">=3.13" to ">=3.11" .
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user