Skip to content

Commit

Permalink
django 5.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
xncbf committed Jan 28, 2024
1 parent c1220af commit f43d2ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.8"
Django = ">=3.2,<5"
Django = ">=3.2,<6"
boto3 = "^1.21.9"
botocore = "^1.24.9"

Expand All @@ -39,7 +39,7 @@ ruff = "0.0.285"

[tool.black]
line-length = 120
target-version = ['py38', 'py39', 'py310', 'py311']
target-version = ['py38', 'py39', 'py310', 'py311', 'py312']
include = '\.pyi?$'
extend-exclude = '''
# A regex preceded with ^/ will apply only to files and directories
Expand Down

0 comments on commit f43d2ba

Please sign in to comment.