Skip to content

Commit ddef900

Browse files
committed
Add Python 3.10 as a target version
1 parent dc8f0ac commit ddef900

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
@@ -14,7 +14,7 @@ build-backend = "setuptools.build_meta"
1414

1515
[tool.black]
1616
line-length = 80
17-
target-version = ["py311", "py312", "py313"]
17+
target-version = ["py310", "py311", "py312", "py313"]
1818
include = '\.pyi?$'
1919

2020
[tool.mypy]

0 commit comments

Comments
 (0)