X Tutup
Skip to content

Commit 8f83fa5

Browse files
committed
pyproject.toml: upgrade target_version to 3.6
1 parent 3dc73ae commit 8f83fa5

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
@@ -1,6 +1,6 @@
11
[tool.black]
22
line-length = 80
3-
target_version = ["py27"]
3+
target_version = ["py36"]
44
include = '\.pyi?$'
55
exclude = '''
66
/(

0 commit comments

Comments
 (0)
X Tutup