Update Python version requirement and clean up imports

- Changed the required Python version in `pyproject.toml` from 3.11 to 3.10 to broaden compatibility.
- Removed an unused import from `oxi/conf.py` to streamline the code and improve readability.
This commit is contained in:
IluaAir
2026-04-27 09:50:22 +03:00
parent 5fa56d46af
commit 5a4cfa18d4
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ version = "0.1.0"
description = "Oxidized API client"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.11"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",