Skip to content

Commit 70f95ab

Browse files
committed
Fix: Lower Python requirement to 3.10
1 parent b35a7c9 commit 70f95ab

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
]
99

1010
[tool.poetry.dependencies]
11-
python = "^3.13"
11+
python = "^3.10"
1212
requests = "*"
1313
httpx = "^0.28.0"
1414
l9format = "=1.4.0"
@@ -25,7 +25,7 @@ pip-audit = "*"
2525

2626
[tool.ruff]
2727
line-length = 88
28-
target-version = "py313"
28+
target-version = "py310"
2929

3030
[tool.ruff.lint]
3131
select = ["E", "F", "I", "UP", "B", "SIM"]
@@ -40,7 +40,7 @@ ignore = ["E501"]
4040
quote-style = "double"
4141

4242
[tool.mypy]
43-
python_version = "3.13"
43+
python_version = "3.10"
4444
warn_return_any = true
4545
warn_unused_configs = true
4646
ignore_missing_imports = false

0 commit comments

Comments
 (0)