Skip to content

Commit aea7ff8

Browse files
authored
MNT: Fix black targer version to py39 (#144)
1 parent bd62d41 commit aea7ff8

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,4 +3,4 @@
33
requires = ["setuptools", "wheel"]
44

55
[tool.black]
6-
target_version = ['py36']
6+
target_version = ['py39']

0 commit comments

Comments
 (0)