From 0655f8e7ae5db1a66864011ae224c86a630d836d Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sat, 14 Oct 2023 01:03:28 -0700 Subject: [PATCH] Add py312 to black coverage --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 832e2574..e0230e3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ python-tag = "py39" [tool.black] line-length = 88 -target-version = ["py39", "py310", "py311"] +target-version = ["py39", "py310", "py311", "py312"] skip-string-normalization = true include = '\.pyi?$' exclude = '''