Skip to content

Commit

Permalink
django-unpoly-15 Allow all Django versions >=3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannik Eilers committed Oct 7, 2021
1 parent 7efafc9 commit 8229a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ twine = { version = "^3.3.0", optional = true}
mkdocs-autorefs = {version = "0.1.1", optional = true}
pre-commit = {version = "^2.12.0", optional = true}
toml = {version = "^0.10.2", optional = true}
Django = "^3.2.4"
Django = "^3.0.0"

[tool.poetry.extras]
test = [
Expand Down

0 comments on commit 8229a1b

Please sign in to comment.