Skip to content

Commit 7b549f4

Browse files
authored
chore: Replace py36 with py310 in black config (#2949)
1 parent 8c755fb commit 7b549f4

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 = 120
3-
target_version = ['py37', 'py36', 'py38']
3+
target_version = ['py37', 'py38', 'py39', 'py310']
44
exclude = '''
55
66
(

0 commit comments

Comments
 (0)