Skip to content

Commit a23d62f

Browse files
committed
Change minimum Python version
1 parent 6f5233e commit a23d62f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tool.ruff]
22
line-length = 120
3-
target-version = "py312"
3+
target-version = "py39"
44
lint.select = ["E", "F", "I", "UP"]
55
lint.ignore = ["D203"]
66
lint.isort.known-first-party = ["fastapi_app"]
77

88
[tool.mypy]
99
check_untyped_defs = true
10-
python_version = 3.12
10+
python_version = 3.9
1111
exclude = [".venv/*"]
1212

1313
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)