diff --git a/pyproject.toml b/pyproject.toml index db9eaca..2aff9d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "" authors = [{ name = "Max" }] -requires-python = "^3.11" +requires-python = ">=3.11" dependencies = ["pillow (>=11.3.0,<12.0.0)", "pyqt5 (>=5.15.11,<6.0.0)"] [tool.poetry]