upd python-requires

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

4
poetry.lock generated
View File

@ -359,5 +359,5 @@ virtualenv = "*"
[metadata]
lock-version = "2.1"
python-versions = "<4.0,>=3.10"
content-hash = "fd3332b6e69588ff2902930c08a7882610bb8b18430f8b41edb11420ad2b597d"
python-versions = ">=3.10"
content-hash = "9e720abd0018156ac6989a98516ad781f38008a19c6d6008840159281926a354"

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'",
]