diff --git a/poetry.lock b/poetry.lock index c8035bb..f1dd0a1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 63c2edd..ee5fd68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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'", ]