diff --git a/pyproject.toml b/pyproject.toml index 4c90e3f..80fe8a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Yury V. Zaytsev "] license = "MIT" [tool.poetry.dependencies] -python = "^3.11" +python = ">=3.11" django = "*" django-countries = "*"