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"
|
||||
description = "Oxi API client"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"pydantic>=2.12.5",
|
||||
"requests>=2.32.5",
|
||||
|
||||
Reference in New Issue
Block a user