diff --git a/pyproject.toml b/pyproject.toml index d06e45b..6934f48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "peewee==3.17.9", "sentry-sdk==2.22.0", ] -requires-python = "==3.11.*" +requires-python = ">=3.10" authors = [ {name = "Pyar", email = "pyar@pyar.com"}, ]