Skip to content

Commit 6f752c1

Browse files
committed
Bump target python version to 3.9 for ruff/mypy
1 parent 9f65674 commit 6f752c1

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
@@ -107,13 +107,13 @@ sqlite = "harlequin_sqlite:HarlequinSqliteAdapter"
107107
vscode = "harlequin_vscode:VSCODE"
108108

109109
[tool.ruff]
110-
target-version = "py38"
110+
target-version = "py39"
111111

112112
[tool.ruff.lint]
113113
select = ["A", "B", "E", "F", "I"]
114114

115115
[tool.mypy]
116-
python_version = "3.8"
116+
python_version = "3.9"
117117
files = [
118118
"src/**/*.py",
119119
"tests/**/*.py",

0 commit comments

Comments
 (0)