We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3660252 commit 607b963Copy full SHA for 607b963
pyproject.toml
@@ -39,7 +39,7 @@ packages = [
39
exclude = ["django_enum/tests"]
40
41
[tool.poetry.dependencies]
42
-python = ">=3.7,<4.0"
+python = ">=3.6,<4.0"
43
Django = ">=3.2,<5.0"
44
enum-properties = {version = "^1.1.1", optional = true}
45
django-filter = {version = "^22.1", optional = true}
0 commit comments