Skip to content

Commit 0673e96

Browse files
authored
Update black target version to 3.9+ (home-assistant#65260)
1 parent 40d871a commit 0673e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools~=60.5", "wheel~=0.37.1"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.black]
6-
target-version = ["py38"]
6+
target-version = ["py39", "py310"]
77
exclude = 'generated'
88

99
[tool.isort]

0 commit comments

Comments
 (0)