Skip to content

Commit bdb3ff7

Browse files
Upgrade python version to python 3.8 in tooling configuration
Co-authored-by: Irtaza Akram <[email protected]>
1 parent bc95dc1 commit bdb3ff7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ paths.source = [
3838
]
3939

4040
[tool.mypy]
41-
python_version = "3.7"
41+
python_version = "3.8"
4242
check_untyped_defs = true
4343
explicit_package_bases = true
4444
namespace_packages = true
@@ -91,8 +91,7 @@ ignore = [
9191
"RUF012", # Mutable class attributes should be annotated with `typing.ClassVar`
9292
]
9393

94-
# py36, but ruff does not support it :/
95-
target-version = "py37"
94+
target-version = "py38"
9695

9796
[tool.ruff.pydocstyle]
9897
convention = "google"
@@ -115,7 +114,7 @@ convention = "google"
115114

116115
[tool.pylint]
117116

118-
py-version = "3.6"
117+
py-version = "3.8"
119118

120119
ignore-paths="tests/input" # Ignore test inputs
121120

0 commit comments

Comments
 (0)