Skip to content

Commit f6a0e40

Browse files
committed
Fix: Bump Python requirement to 3.11 (l9format 1.4.0 compat)
1 parent 4096cc0 commit f6a0e40

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.10"
11+
python = "^3.11"
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 = "py310"
28+
target-version = "py311"
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.10"
43+
python_version = "3.11"
4444
warn_return_any = true
4545
warn_unused_configs = true
4646
ignore_missing_imports = false

0 commit comments

Comments
 (0)