pyproject: also target py39

This commit is contained in:
James R. Barlow
2021-02-18 01:48:56 -08:00
parent 3692868004
commit 079ee86d43
+1 -1
View File
@@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
[tool.black]
line-length = 88
target-version = ["py36", "py37", "py38"]
target-version = ["py36", "py37", "py38", "py39"]
skip-string-normalization = true
include = '\.pyi?$'
exclude = '''