From 15186916266ad8780b9ec8ef5ddb4a6afd86bf19 Mon Sep 17 00:00:00 2001 From: Jeff Dairiki Date: Fri, 23 Sep 2022 10:15:23 -0700 Subject: [PATCH] Update black target-version config. I have no idea whether this actually affects anything, but might as well keep it up-to-date. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f202e1b..030f602 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.black] line-length = 88 -target-version = ['py36', 'py37', 'py38'] +target-version = ['py36', 'py37', 'py38', 'py39', 'py310'] [tool.pytest.ini_options] filterwarnings = [