From 001c38f70f416e7e57458b183190ae660678517d Mon Sep 17 00:00:00 2001 From: "Tim L. White" Date: Mon, 28 Aug 2023 08:36:57 -0600 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6d245480..717e8cd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = ''' /( @@ -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] @@ -94,4 +94,4 @@ select = [ forced-separate = ["django"] [tool.ruff.mccabe] -max-complexity = 25 \ No newline at end of file +max-complexity = 25