Skip to content

Commit 29076e1

Browse files
committed
Update black target version to Python 3.7
Since the minimum required version of Python in the project's dependencies has been updated to 3.7, it makes sense to bump the black target version to match.
1 parent 66b6700 commit 29076e1

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
@@ -6,5 +6,5 @@ build-backend = "setuptools.build_meta"
66
write_to = "pytest_localserver/_version.py"
77

88
[tool.black]
9-
target-version = ['py36']
9+
target-version = ['py37']
1010
line-length = 120

0 commit comments

Comments
 (0)