Skip to content

Commit 607b963

Browse files
committed
allow python 3.6
1 parent 3660252 commit 607b963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ packages = [
3939
exclude = ["django_enum/tests"]
4040

4141
[tool.poetry.dependencies]
42-
python = ">=3.7,<4.0"
42+
python = ">=3.6,<4.0"
4343
Django = ">=3.2,<5.0"
4444
enum-properties = {version = "^1.1.1", optional = true}
4545
django-filter = {version = "^22.1", optional = true}

0 commit comments

Comments
 (0)