Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cyface committed Aug 28, 2023
1 parent 76e08bc commit 001c38f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.black]
line-length = 88
target-version = ['py37', 'py38', 'py39', 'py310', 'py311']
target-version = ['py38', 'py39', 'py310', 'py311']
include = '\.pyi?$'
exclude = '''
/(
Expand Down Expand Up @@ -50,7 +50,7 @@ readme = "README.md"
version = "2.0.12"

[tool.poetry.dependencies]
python = ">=3.7.2,<4.0"
python = ">=3.8,<4.0"
Django = ">2.2"

[tool.poetry.dev-dependencies]
Expand Down Expand Up @@ -94,4 +94,4 @@ select = [
forced-separate = ["django"]

[tool.ruff.mccabe]
max-complexity = 25
max-complexity = 25

0 comments on commit 001c38f

Please sign in to comment.