Skip to content

Commit

Permalink
fix: increase min python for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Yelinz committed Jan 3, 2024
1 parent f83cd9f commit 393b930
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 @@ -29,7 +29,7 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.8, <3.13"
python = ">=3.8.1, <3.13"
django = ">=3.2"
djangorestframework = "^3.14"

Expand Down

0 comments on commit 393b930

Please sign in to comment.