Skip to content

Commit

Permalink
update minimum support version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Chen committed Jul 17, 2024
1 parent 878560a commit a7fd7c4
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 69 deletions.
127 changes: 60 additions & 67 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.6"
Django = ">=3,<6"
python = "^3.8"
Django = ">=4.2,<6"

[tool.poetry.dev-dependencies]
flake8 = "^4.0.1"
Expand Down

0 comments on commit a7fd7c4

Please sign in to comment.