diff --git a/pyproject.toml b/pyproject.toml index 3a1fcec..339cebc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", ] version = "1.1.5" -requires-python = ">=3.8" +requires-python = ">=3.10" dependencies = [ "requests>=2.32, < 3", ]