From f0160c7142b51e9f7ae2ac2d76ba3a6f54d6c294 Mon Sep 17 00:00:00 2001 From: jdebacker Date: Sat, 5 Oct 2024 17:35:10 -0400 Subject: [PATCH] add py 312 to pyproject --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ac83d129..b0df43e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,5 +11,5 @@ build-backend = "setuptools.build_meta" [tool.black] line-length = 79 -target-version = ["py310", "py311"] +target-version = ["py310", "py311", "py312"] include = '\.pyi?$'