upd python-requires

This commit is contained in:
2025-01-16 20:22:34 +00:00
parent 38bd284ba6
commit 328bea347c
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ authors = [
]
license = {text = "MIT"}
readme = "README.md"
requires-python = "<4.0,>=3.10"
requires-python = ">=3.10"
dependencies = [
"tomli (>=2.0.1,<3.0) ; python_version < '3.11'",
]