From 80b7cf63307830e4dcafe7a6e71678dc8b0a8a5b Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Tue, 2 Aug 2022 15:07:43 -0700 Subject: [PATCH] Update black target versions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e9ba8df..f6e07f29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta" [tool.black] line-length = 88 -target-version = ["py37", "py38"] +target-version = ["py38", "py39", "py310", "py311"] skip-string-normalization = true include = '\.pyi?$' exclude = '''