diff --git a/pyproject.toml b/pyproject.toml index 659d07d..bd6e542 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Making Ren'Py distribution less of a pain in the arse" authors = ["Marquis Kurt "] [tool.poetry.dependencies] -python = "^3.5" +python = ">=3.5" [tool.poetry.dev-dependencies] pytest = "^4.6"